From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 48819221 for ; Sun, 6 Oct 2019 19:05:27 +0000 (UTC) Received: (qmail 10295 invoked by alias); 6 Oct 2019 19:05:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24322 Received: (qmail 18306 invoked by uid 1010); 6 Oct 2019 19:05:08 -0000 X-Qmail-Scanner-Diagnostics: from mta03.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25594. spamassassin: 3.4.2. Clear:RC:0(24.224.136.9):SA:0(-2.6/5.0):. Processed in 9.661634 secs); 06 Oct 2019 19:05:08 -0000 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.9 as permitted sender) X-Authority-Analysis: v=2.3 cv=ctzlbGwi c=1 sm=1 tr=0 a=zv49KfEsxEDzuN5AGO7r0Q==:117 a=zv49KfEsxEDzuN5AGO7r0Q==:17 a=IkcTkHD0fZMA:10 a=A992EgCPS7j7cvDt0zUA:9 a=QEXdDO2ut3YA:10 X-Vade-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrheehgddufeejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecugfetuffvnffkpffmpdfqfgfvnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefvhffukffffgggtgfgsehtkeertddtfeejnecuhfhrohhmpeftrgihucetnhgurhgvfihsuceorhgrhigrnhgurhgvfihssegvrghsthhlihhnkhdrtggrqeenucfkphepvdegrddvtdejrdeltddrudelgeenucfrrghrrghmpehinhgvthepvdegrddvtdejrdeltddrudelgedphhgvlhhopegludelvddrudeikedrtddrfegnpdhmrghilhhfrhhomheprhgrhigrnhgurhgvfihssegvrghsthhlihhnkhdrtggrpdhrtghpthhtohepiihshhdquhhsvghrshesiihshhdrohhrghenucevlhhushhtvghrufhiiigvpedt X-Vade-Score: -100 X-Vade-State: 0 X-EL-IP-NOAUTH: 24.207.90.194 To: Zsh Users From: Ray Andrews Subject: executable not found Message-id: <0b8de286-a6c8-e9b4-9fba-5c1cd92960a2@eastlink.ca> Date: Sun, 6 Oct 2019 12:04:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-version: 1.0 Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 8bit Content-language: en-CA     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