Skip to main content
Home
Dave's Software and Hardware Projects

Search form

  • home
  • blog
  • notebooks
  • software projects
  • hardware projects
  • recent
  • presentations
  • about
  • !
OS Topics > Unix Shell Scripting >

Unix Scripting Hints

Submitted by dave on Fri, 10/03/2008 - 10: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

Popular Content

Today's:

  • Strawberry Perl + DBD::Oracle for MS Windows...
  • Operating System Monitoring
  • Enabling/Disabling/Deleting a SQL Profile
  • Analyzing and Improving GoldenGate Replicat Performance
  • 2) Studio Setup and Prep for Broadcasting
  • "There was a problem creating a SQL tuning task. ORA-13780: SQL statement does not exist. ORA-06512"
  • Tablespace Info

Management

  • Comment Approval
  • Top Referrers

User Login

  • Request new password
CAPTCHA
Are you a humanoid?

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