![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Concatenate a file with another file. | Soumya Dash | Shell Programming and Scripting | 6 | 05-21-2009 10:06 PM |
| concatenate files sorted by date | docaia | Shell Programming and Scripting | 2 | 08-16-2008 02:23 AM |
| sort by date and concatenate first three | jlarios | UNIX for Dummies Questions & Answers | 4 | 05-19-2008 02:49 PM |
| How to create concatenate a file in tab format | ahjiefreak | UNIX for Dummies Questions & Answers | 12 | 12-11-2007 08:22 PM |
| file Concatenate | alisev | UNIX for Dummies Questions & Answers | 3 | 01-02-2002 01:53 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Concatenate date to file name
Hi,
I have written a script to rename a file, but I can not add the current date (in YYYYMMDD-HHMM format) can you please look at this cript, and help? thanks, #!/usr/local/bin/tcsh -f set server = "$1" set user = "$2" if (-f $server) then \mv $server $server.Saar.[HERE_I_WANT_DATE] endif |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|