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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by elzschiko

  1. elzschiko

    need help with scripting

    thx for your help. to modify the command to show all files the will be older than 100 days, but not older than 200 days i would use the following command. is it ok? find <log directory> -mtime +<\>100\<200> -exec ls -la {} \; greets daniel
  2. elzschiko

    need help with scripting

    hello, i need help with scripting @hp-ux 10.20 . following problem: a log-file directory has over 7000 files. i want to write a script the will delete the files. the problem is, not all files should be deleted. whats the syntax to delete the files until a specified date e.g. 31.12.2004 can...

Part and Inventory Search

Back
Top