![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | 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 !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mutliple files in the same directory | epi8 | Shell Programming and Scripting | 8 | 05-12-2008 11:04 PM |
| 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 12:42 PM |
| loop through the directory for files and sort by date and process the first file | dsdev_123 | AIX | 1 | 01-30-2008 01:31 PM |
| rouge process wiping files from a directory | hedrict | UNIX for Dummies Questions & Answers | 2 | 12-21-2006 08:52 AM |
| moving files from a unix directory to a windows directory | gleads | UNIX for Dummies Questions & Answers | 2 | 08-29-2002 05:42 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this 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!!! |
| Forum Sponsor | ||
|
|
|
|||
|
It's against the rules to double posts questions, proceed here:
mutliple files in the same directory Thread closed. |
|||
| Google UNIX.COM |