How do you write scripts with portable filenames?

luke.kendall@cisra.canon.com.au luke.kendall@cisra.canon.com.au
Mon Sep 2 20:06:00 GMT 2002


"Portable" between Cygwin and Unix systems, that is.  I'm thinking of
the problems caused in particular by command filenames having
extensions on Windows and none on Unix.

E.g. if I say "ls x", where X.EXE exists, ls will output x (as long as
nocaseglob is set).  But "strings x" fails because the file x doesn't
exist.

Is my goal of writing portable shell scripts doomed?  Am I going to
have to say "strings x.exe"?  :-(

Is there any cool Cygwin magic to help with this, like there is in
U/Win?

luke


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list