Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rahill13
  • Content: Threads
  • Order by date
  1. rahill13

    Using the find command with the remove command

    I am trying to use the find command to locate log and other dump files more than 90 days old and delete them, but the command is not working correctly. ***COMMAND*** #find /dump/spool -atime +90 -exec \ rm {} \; ***SAMPLE OF RESULTS**** find: 0652-083 Cannot execute rm:: A file or...
  2. rahill13

    Problem getting entire record when using grep on a file

    I'm using grep to read a file and strip the header records out and feed it to another file. I'm not getting all of the record; grep is chopping off the tailend of the record. It looks like I only get 250 bytes of the record. Any suggestions??????? grep -v "***TOTAL***" file1 > file2
  3. rahill13

    Script moved from HP-UX to AIX not working properly

    I posted this once, and now I can't find it.

Part and Inventory Search

Back
Top