[Gllug] Really simple problem??

Stan stan at plato.wadham.ox.ac.uk
Mon Jun 9 22:24:30 UTC 2003


wayne (wayne at fused.org) apparently wrote:
> 
> Really silly question that is driving me upthe wall I want to create a
> directory from a date from a script, but something is missing
> 
>  mkdir < date % +%y%m%d 

for bash 

  mkdir $(date +%y%m%d)

should do it


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list