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:

  • Heat map for Redo Size in SQL Developer...
  • Test Driving the h2 Embedded Java Database
  • Recording User Defined Metrics in Oracle Enterprise Manager OEM
  • Execution plans and bind peeking...
  • Enabling/Disabling/Deleting a SQL Profile
  • Quickie script to run dbv on your database...
  • impdp too smart for its own good - ORA-2000 and missing indexes on target...

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.