[Gllug] Really simple problem??

Stig Brautaset gllug at brautaset.org
Tue Jun 10 21:13:21 UTC 2003


On Jun 10 2003, wayne wrote:
> > > I want a directory called 030506
> >
> > mkdir `date +%y%m%d`
> >
> 
> err that gives me a directory of /date +%y%m%d

I belive you've used the wrong set of quotes. Use backticks: "`", not
single quotes: "'". Anyway, this will do the same (as someone else
noted): mkdir $(date +%y%m%d)



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