In need of a bit of shellish magic

Michael ODonnell michael.odonnell at comcast.net
Fri Jun 2 16:37:01 EDT 2006


 % timeStamp="`date '+%Y%m%d%H%M%S'`"
 % echo timeStamp is $timeStamp
 % myFile=test.$timeStamp
 % echo 'Hi, Mom!' > $myFile
 % cat $myFile

 



More information about the gnhlug-discuss mailing list