1745793 Members
3829 Online
108722 Solutions
New Discussion

Re: Concatenate Strings

 
SOLVED
Go to solution
dctw
Frequent Advisor

Concatenate Strings

Hi all,

The following commands :
% echo $(date)

yields this result :-
Tue Sep 11 17:53:10 MAL 2007


How can I modify the command to produce output like :

Sep11-175310
or
Sep11175310
1 REPLY 1
Oviwan
Honored Contributor
Solution

Re: Concatenate Strings

date "+%b%d-%H%M%S"