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:

  • Apex 20.2 Upgrade experience...
  • More stupid RMAN tricks: ORA-01843 From RMAN
  • Archived Log Switch Heat Map for SQL Developer...
  • Using Proxy Connections with SQL Developer or SQLPLUS
  • impdp too smart for its own good - ORA-2000 and missing indexes on target...
  • "There was a problem creating a SQL tuning task. ORA-13780: SQL statement does not exist. ORA-06512"
  • Connection encryption is killing my performance! Help!

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.