home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / admin / 6351 < prev    next >
Encoding:
Text File  |  1992-11-24  |  711 b   |  18 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!crchh342!violet
  3. From: violet@crchh342.BNR.CA (Debbie Nunn)
  4. Subject: Re: problems with a find command 
  5. Message-ID: <1992Nov23.183512.27912@bnr.ca>
  6. Sender: news@bnr.ca (News on crchh327)
  7. Nntp-Posting-Host: crchh342
  8. Reply-To: violet@crchh342.BNR.CA (Debbie Nunn)
  9. Organization: Bell-Northern Research Ltd.
  10. References:  <EJH.92Nov23085733@khonshu.colorado.edu>
  11. Date: Mon, 23 Nov 1992 18:35:12 GMT
  12. Lines: 4
  13.  
  14. If it's the same as HP-UX, you need a space between the braces and
  15. the quoted semicolon:
  16.  
  17. /usr/bin/find / -size 1000000c -atime +14 -exec compress {} \;
  18.