Add Comment
|
Related Links
|
TrackBack
DelList.sh (GPL)Originally, I wrote this DelList software for Java, intending to run it on any operating system. Ironically, when I went with a hosting service, Java isn't installed. So I was forced to write this utility for the UNIX shell environment. DelList.sh helps you delete a list of files. It's most useful when you use it with the UNIX find utility. DelList.sh takes a list of file from the standard-input. If the file exists, then it deletes the file. It's a pretty simple script, but it is very useful. DelList.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Examplefind . -name "*.tmp" 2> /dev/null | DelList.sh The above example deletes all files with the "tmp" extension from the the current directory and all sub-directories. Chieh Cheng
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Products
|
Services
45 Users Online
|
Copyright © 1996 - 2025. All Rights Reserved. |