Cynosure.X International LLC

: :

Add Comment | Related Links | TrackBack
Related Content

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.

Example

  find . -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.

Attached File: DelList.sh (285 B)

Chieh Cheng
Thu, 28 Jun 2007 20:13:20 -0700

Add Comment | Related Links | TrackBack
Related Content

Did your message disappear? Read the Forums FAQ.

Add Comment

Spam Control | * indicates required field
Your Name: *
E-mail:
Remember Me!
Comment: *
File attachment is optional. Please do not attach a file to your submission unless it is relevent.
Attach File:
(20 MB Max)
Spam Protection: * Answer of 2 + 1?
Click button only once, please!

TrackBack

TrackBack 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
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses

Login | Register

49 Users Online

Hacking Digital Cameras
Fun for Photographers



Amazon Associate

Copyright © 1996 - 2024. All Rights Reserved.