/bin/sh feature?

MERLE SIMPKINS mss at sb1.UUCP
Tue Jul 10 21:52:28 AEST 1984


....

Your mv commands are trying to use non-existant variables such as:
"$XXXX.XXXX.XXX". What you need is "${XXXX}/XXXX.XXX".  The 
brackets allow substitution of your variable with the rest of the 
path name appended.

		M. S. Simpkins



More information about the Comp.unix.wizards mailing list