![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | 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 |
| list the files but exclude the files in subdirectories | shyjuezy | UNIX for Dummies Questions & Answers | 8 | 10-15-2008 01:42 PM |
| How to copy specified files from list of files from dir A to dir B | pmeesara | Shell Programming and Scripting | 3 | 09-29-2008 03:40 PM |
| How list of files apart from *.class files in certain folder | itsjoy2u | Shell Programming and Scripting | 3 | 09-04-2008 10:28 AM |
| scp list of files | nmahendran | Shell Programming and Scripting | 1 | 09-03-2008 08:09 AM |
| counting a list of string in a list of txt files | Pep Puigvert | UNIX for Dummies Questions & Answers | 4 | 08-15-2008 03:55 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
How to get a list of files?
Hi,
That should be an easy one: How to get all of the files names out of the given directory which are in given format? vendor_source_object_date_filenum.txt vendor: constant source: input parameter object: predefined list ( customer, mail_addredss, email-address, telephone...) date: YYYYMMDDHHMMSS filenum: sequence number of fiel (1,2,3...) Thanks |
| Sponsored Links |
|
|||
|
Quote:
dir=$DATA_PATH vendor='LM' ( constant ) date: any valid date ( for now) So input is : source Output is : the list of files to use in FOR loop to process. (LM_CM_TELEPHONE_20081024114245_1.txt) Last edited by Leo_NN; 10-24-2008 at 11:57 AM.. |
|
||||
|
Quote:
Code:
print ${.sh.version}
|
||||
| Google The UNIX and Linux Forums |
![]() |
| Bookmarks |
| Tags |
| None |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|