quoting pathnames with spaces
Is there some way to define macro WPATH so that I can just type cp file
$WPATH and not have to type the quotes, cp file "$WPATH", every time?
(I'm using cygwin and have to contend with Windows pathnames.) If
possible, the same macro should be usable in Bourne shell scripts as
well as at the command line.
|