![]() |
|
|
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 |
| mutliple files in the same directory | epi8 | Shell Programming and Scripting | 8 | 05-13-2008 03:04 AM |
| Please Help:Need to Split the file into mutliple files depends on the KEY field value | arund_01 | UNIX for Dummies Questions & Answers | 14 | 04-23-2008 04:42 PM |
| loop through the directory for files and sort by date and process the first file | dsdev_123 | AIX | 1 | 01-30-2008 05:31 PM |
| rouge process wiping files from a directory | hedrict | UNIX for Dummies Questions & Answers | 2 | 12-21-2006 12:52 PM |
| moving files from a unix directory to a windows directory | gleads | UNIX for Dummies Questions & Answers | 2 | 08-29-2002 09:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have over 900 files that have the same name except for a unique numeric assignment. For all files I would like to cut the 2nd column and paste all into one new file. All in bash.
sample input format for each file: 1 2 3 1 2 3 1 2 3 sample command for what I want to do: cut -d' ' -f2 file_in >> file_out Ultimately I would like process the files through a loop. Thanks in advance!!! |
|
||||
|
It's against the rules to double posts questions, proceed here:
mutliple files in the same directory Thread closed. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|