Case's Sweep |
- No over 30 sec clips of copyrighted music. Cite properly and never more than necessary for the discussion.
- No copyrighted software without permission.
- Click here for complete Hydrogenaudio Terms of Service
Case's Sweep |
Aug 7 2005, 17:22
Post
#1
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
Case's Sweep.exe. Small useful tool, now gone from his site....
QUOTE Usage: SWEEP [/s] <command + parameters...> Executes given command in all subdirectories Option /s turns silent mode on EDIT: Found original zip file. Here's binary and source in the same archive. This post has been edited by Mr_Rabid_Teddybear: Jan 26 2006, 18:27
Attached File(s)
-------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
![]() |
Oct 4 2006, 23:42
Post
#2
|
|
![]() Group: Members Posts: 1195 Joined: 3-September 03 From: Bergen, Norway Member No.: 8667 |
[ancient thread resurrection]
GNU "find" is a very useful and versatile app. However at the cost of being rather complex and demanding a lot of typing to initialize certain functions. Here's a script that tries to mimic sweeps simple function on Linux: CODE #!/bin/bash [ $# -eq 2 ] || { echo "run something recursively from working directory"; echo "usage: `basename $0` '<command>' '<glob>'"; exit; } echo echo "`date "+%F %T"` running command:" echo "find . -name \"$2\" -type f -exec $1 '{}' \;" echo find . -name "$2" -type f -exec $1 '{}' \; [/ancient thread resurrection] -------------------- "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts |
|
|
|
Mr_Rabid_Teddybear Case's Sweep Aug 7 2005, 17:22
cabbagerat This is a fairly handy little program. Doesn't... Aug 7 2005, 18:56
Mr_Rabid_Teddybear It does what it does (run *something* recursively)... Aug 7 2005, 23:39
sn0wman i have kind of smarter version of sweep (reworked)... Oct 17 2006, 09:36
Narag QUOTE (sn0wman @ Oct 17 2006, 10:36) i ha... Oct 17 2006, 11:58
Mr_Rabid_Teddybear QUOTE (sn0wman @ Oct 17 2006, 00:36) //if... Oct 17 2006, 14:20
sn0wman it has been made by Dukey.
example of new use:
s... Nov 15 2006, 16:27
Narag QUOTE (sn0wman @ Nov 15 2006, 16:27) it h... Nov 16 2006, 09:01![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 02:54 |