home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / programm / 4500 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!udecc.engr.udayton.edu!blackbird.afit.af.mil!dsacg3.dsac.dla.mil!dcsc.dla.mil!cop3409
  2. From: cop3409@dcsc.dla.mil (Joseph NMN Delmedico)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Unix Programming Question
  5. Keywords: Unix
  6. Message-ID: <1571@dcsc.dla.mil>
  7. Date: 31 Aug 92 18:05:50 GMT
  8. Organization: Defense Construction Supply Center, Columbus
  9. Lines: 19
  10.  
  11.  
  12.      This is my first posting, so please excuse any breaches of netiquette.
  13. I have a program that employs the following command :
  14.  
  15.       system("ls -l /path1/??/n???????.?? > /path2/upload.lst")
  16.  
  17. to give me a list of upload file from different directories for processing.
  18. If there are no files present of this type, nothing needs to be done.
  19. However when the program runs and there are no files present I get an
  20. error message from the superuser saying the program was run and no files
  21. were found.  Since program must be run many times throughout the day these
  22. messages pile up in my mailbox and have to be deleted.
  23.  
  24.   So my question is, is there any means of turning off this feature so I
  25. don't have to waste time deleting these messages?
  26.  
  27. Thanking you in advance,
  28. Joe Del Medico
  29. (cop3409@dcsc.dla.mil)
  30.