[Gllug] Really simple problem??

Stig Brautaset gllug at brautaset.org
Mon Jun 9 22:16:47 UTC 2003


On Jun 09 2003, wayne wrote:
> 
> Hi All,
> 
> 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 
> 
> I want a directory called 030506

mkdir `date +%y%m%d` 

Or similar, if i didn't get the y/m/d modifiers correct.

Stig
-- 
brautaset.org

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




More information about the GLLUG mailing list