![]() |
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 Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help... no idea what to use | dakid | Shell Programming and Scripting | 4 | 03-06-2008 12:57 AM |
| Here is an interesting idea... | lm_admin_dh | Shell Programming and Scripting | 0 | 06-12-2007 10:15 AM |
| using case to do this might be a bad idea? | Skyybugg | Shell Programming and Scripting | 12 | 04-06-2007 02:19 PM |
| Limitations of awk? Good idea? Bad idea? | yongho | Shell Programming and Scripting | 2 | 06-08-2005 05:18 PM |
| an idea? /var/adm/message | pressy | UNIX for Advanced & Expert Users | 3 | 08-19-2003 07:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Need some more idea...urgent
Hi friends..
I am using the below command to search few files from many folders which is under one folder.. i mean let say the path is A/B/C...and inside C...i have 1-10 folder... the below command is working fine.... find /A/B/C -name "*.txt" -o -name "*.csv" -o -name "*.TXT" -o -name "*.dat" |xargs ls -ltr |awk '{print $8 ,$9}' > result.txt this will give me the result from the folder 1-10 which is inside A/B/C and print the file having the above extension into result.txt... Help needed.. i need the syntax so that my syntax will search the file only from folder 1,3,5,7 and the out put from these 4 folder will be display in the single file i.e result.txt.... the above 1,3,5,7 folders are inside A/B/C |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|