zsh-users
 help / color / mirror / code / Atom feed
* executable not found
@ 2019-10-06 19:04 Ray Andrews
  2019-10-06 19:10 ` Danh Doan
  0 siblings, 1 reply; 5+ messages in thread
From: Ray Andrews @ 2019-10-06 19:04 UTC (permalink / raw)
  To: Zsh Users

     I was trying to fire up an old backup of an executable I wrote:  
'ls' shows the current version and the backup:

...
-rwxr-xr-x 1 30152 2016-12-17/12:18:46 movemouse,1*
-rwxr-xr-x 1 10544 2016-12-17/12:57:53 movemouse*
...

     However zsh doesn't want to run it tho both are executable:

$ movemouse,1
zsh: command not found: movemouse,1

     Current directory is on my path:

PATH=".:/aWorking/Zsh/System:/aWorking/Bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

     So current directory should be searched.  I can't figure out why 
zsh isn't finding it.  The recent version 'movemouse' is found fine.  
Copying 'movemouse,1' to another name somewhere else on the path made no 
difference.  But there is this:

movemouse,1:
CONTENT: EXECUTABLE BINARY application/x-executable; charset=binary:

movemouse:
CONTENT: EXECUTABLE LIBRARY application/x-sharedlib; charset=binary:

     Is that the issue?  Can anything obvious be done?  Do I need to 
rebuild 'movemouse,1'?  Yet zsh should find it anyway, no?

     Trying:

$exec ./movemouse,1

     crashed the terminal as did:

$exec ./movemouse


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-06 20:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 19:04 executable not found Ray Andrews
2019-10-06 19:10 ` Danh Doan
2019-10-06 19:15   ` Roman Perepelitsa
2019-10-06 20:10     ` Ray Andrews
2019-10-06 19:22   ` Ray Andrews

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).