![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to extract date with time from file | prash_b | Shell Programming and Scripting | 5 | 06-18-2008 08:30 AM |
| Extract Monday from given date | itsme_maverick | UNIX for Advanced & Expert Users | 2 | 05-29-2008 04:15 AM |
| extract date | skumar11 | Shell Programming and Scripting | 3 | 09-12-2007 10:59 PM |
| extract date portion from file | misenkiser | Shell Programming and Scripting | 5 | 10-06-2006 05:37 AM |
| Extract century from date (Solaris platform) | u449064 | SUN Solaris | 1 | 02-09-2006 01:34 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Extract Date from file
I am new to unix scripting. we are using bash. My task is I have dir which contains 30 files.
The first column in each file is Date field. For all the files I need to extract the date part Ex(2007-09-05) from the file and add that at the end of that file. for example: The file names are like test.txt,test1.txt,test2.txt it need to be changed as test_2007-09-05.txt etc. test.txt Date Source Location Point count 2007-09-05 15:31:46 Phone Dallas 100 864 2007-09-05 15:31:46 Email Dallas 1000 514 test1.txt Date Source Location Point count 2007-09-05 15:31:46 Phone Atlanta 100 864 2007-09-05 15:31:46 Email Atlanta 1000 514 test2.txt Date Source Location Point count 2007-09-05 15:31:46 Phone Arizona 100 864 2007-09-05 15:31:46 Email Arizona 1000 514 Can you please paste any sample script. Thanks for help, mag |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|