LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Phil Nitschke <phil@caemrad.com.au>
  To  : linuxsa@linuxsa.org.au
  Date: 15 Apr 1999 23:18:34 +0930

Re: 'invisible' files?

>>>>> "TLT" == Tyson LT <ua973599@student.adelaide.edu.au> writes:

  TLT> Hi guys, Has any one ever had the curious problem where bash(?)
  TLT> can't find files that _are_ there? For example:

  TLT> # ./foo.exe # bash: ./foo: No such file or directory.

  TLT> What's going on???

I've seen cases where a shell script failed in a similar manner
because the shell that it invoked did not exist.

e.g. if you have a file called foo.sh that starts like this:

#!/bin/tclsh
print $env(SHELL)

and if /bin/tclsh does not exist (maybe it can be found only at
/usr/bin/tclsh), bash will report "foo.sh: Command not found".

However I don't know what type of file a `.exe' is ...
(what does `file ./foo.exe' tell you?),...
so I can't say whether it would exhibit the same sort of behaviour.

HTH,

-- 
Phil.

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page