Tip

Cleaning up IFS files

You Can View User Feedback To This Tip

Although there are many ways to clean up IFS files, it seems that the easiest way is to use QShell.

Create a QTXTSRC file with all the IFS directories you want to clean out. Specify the number of days old. The example below uses 31 and 60 days old.

*************** Beginning of data ********

 0001.00  find /Directory/Backup/*.* -mtime +31 -exec rm -d {} ;

0002.00 find /Otherfile/stuff/*.* -mtime +60 -exec rm -d {} ;           

Then run the command like -

STRQSH CMD('qsys.lib/imgprdsrc.lib/qtxtsrc.file/vimgifsarc.mbr')
  

USER FEEDBACK TO THIS TIP

  • Great tip, worked like a charm and it's true "QShell is the easiest way to clean up IFS files". I properly saved four hours per week of cleaning unwanted IFS files!— Emad Banoub


This was first published in November 2005

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.