ba6.us - Dave's Database Related Stuff

  • home
  • blog
  • notes
  • projects
  • recent
  • about
  • !
Home › Unix Shell Scripting

Tag Cloud

apex data development export funnies Hint HTML import linux monitoring oem oracle performance perl pl/sql reporting rman scripting solaris sql sqlplus tuning unix windows
more tags

Search

RSS Feed

Blog Posts :

Navigation

  • Feed aggregator

User login

  • Request new password

Unix Scripting Hints

dmann — Fri, 10/03/2008 - 09:47

Workaround for "Argument list is too long" shell errors

for file in *.aud
do
  find $file -mtime +7 -exec 'rm' {} \;
done
‹ Unix Shell Scripting up AIX Example ›
  • Printer-friendly version
  • Add new comment


Cornify
  • home
  • blog
  • notes
  • projects
  • recent
  • about
  • !

Content Copyright 2006-2010. Links are copyright of respective owners.