×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
find *.txt -exec rm -f {} \;
This is a QSH command that will do the current directory I believe. Play
with it some more and you can probably get it to do all you want. See the
systeminetwork link below for a discussion of why this might not work for
you.
It looks like those IFSTOOLS are pretty good. There is exactly what you need
in the DEL command.
TAATOOLS has a couple of commands that would allow you to build it yourself.
Here is a nice thread on a related subject (delete by date):
http://www.systeminetwork.com/isnetforums/showthread.php?t=44257
Mike Krebs
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of DennisRootes@xxxxxxxxxxx
Sent: Tuesday, July 24, 2007 11:32 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: Deleting .tmp files in the IFS
Can anyone think of a simple way to find and delete all the files in the IFS
with a certain suffix? I.E. all the *.xls files, or the *.dat files.
Thanks!
Dennis
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.