home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12717 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!sun-barr!decwrl!sdd.hp.com!scd.hp.com!hpscdm!cupnews0.cup.hp.com!pasq
  3. From: pasq@cup.hp.com (Mark Di Pasquale)
  4. Subject: Re: Problems with the find command
  5. Sender: news@cupnews0.cup.hp.com
  6. Message-ID: <BxGrAq.1I8@cup.hp.com>
  7. Date: Mon, 9 Nov 1992 19:25:38 GMT
  8. References: <1992Oct21.150806.6785@rz.uni-karlsruhe.de>
  9. Organization: Hewlett-Packard
  10. X-Newsreader: TIN [version 1.1.4 PL6]
  11. Lines: 24
  12.  
  13. Gerhard Bosch (bosch@rz.uni-karlsruhe.de) wrote:
  14. : QUESTION:
  15. : ========  How can I suppress the listing of the files without the path, which
  16. :           don't depend on the modification date ? I'm only interested in a
  17. :           listing of the files modified since a certain date !
  18.                ^^^^^
  19.  
  20. Will this work for you Gerhard?
  21.  
  22.     find . -mtime -3 -type f -exec ll {} \;
  23.                          ^^^^^^^
  24. --
  25. Regards,
  26. Mark DiPasquale, GSY Support Planning & Training
  27.  
  28.  _______       ________________________________________________________________
  29.             /     
  30.            /                   Mark DiPasquale c/o Hewlett-Packard
  31.           ____       ___  /    19111 Pruneridge Avenue, MS 44M9
  32.          /     /    /    /     Cupertino, CA  95014
  33.       __/   __/    _____/      Email: pasq@cup.hp.com
  34.                   /            Phone: (1/408) 447-0911  FAX: (1/408) 447-0177
  35.  ___________   __/   __________________________________________________________
  36.  
  37.