The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 10-24-2008
Leo_NN Leo_NN is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 34
Quote:
Originally Posted by joeyg View Post
Problems where the request is to select based on a criteria are best when example input and output is shown. Can you list filenames in the folder, and include the good and bad ones (for selecting)?
Predefined :
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..