Van Den Abeele Kristof wrote:

>A want to create a file "10_Oct_2002.out"  ( based on todays date )
>How can I do this using the date command , pipes , redirections & touch command.
>
>I'v tried things like : # touch < date +%m_%b_%y.out 
>                               # several other combinations 
>
>But I don't seem to find the magic combination
>
>thx
>
>kristof
>
# touch `date +%m_%d`        will be help, and don't use mc-command line 
for this, attantion for "`"

-- 
Best regards, Andrew Ivanov.
mailto: [EMAIL PROTECTED], 
icq: 141800737.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to