Re: Date command lformat substitution operators, me totally
Posted: Fri Feb 07, 2014 10:00 pm
Maybe I can make it easier..
You don't know why? add ECHO first
Now you can see what you are asking for!
Code: Select all
11.RAM Disk:> rename qwe qwe.`date lformat %c`
RENAME: Can't rename "qwe" as "2014" because
RENAME: object not found
Code: Select all
11.RAM Disk:> Echo rename qwe qwe.`date lformat %c`
rename qwe qwe.Fri Feb 07 15:55:37 2014
^ ^