Command Line WRAPper
Details
| Size: | 0K |
| Last Update: | 2008-05-18 22:06:26 |
| Version: | 0.3.0 |
| OS Support: | Linux |
| License/Program Type: | GPL (GNU General Public License) |
| Publisher: | dvlnx |
| Price: | $0.00 |
Description:
Command Line WRAPper 0.3.0 is system administration software developed by dvlnx.
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs.
clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.
But you can do much more, in fact, it's up to you to find how to use it ;).
examples:
- copying several files into one specific directory:
locate myfiles | clwrap -e cp {} mydir/
- renaming several files:
ls -1 ultra
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed 's/ultra/ /'"
| clwrap -e {}
- running a specific line in the shell history:
history | grep "482" | head -n 1 | sed 's/ [0-9] //' | clwrap -v -e {}
- try all tv norms and frequency tables possible combinations with scantv:
cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1
- reformat source code, after a backup of course:
ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed 's/^[ t]$//;/^$/d'
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
Command Line WRAPper 0.3.0 supports english interface languages and works with Linux.
Downloading Command Line WRAPper 0.3.0 will take if you use fast ADSL connection.
0 comments
Add to
Command Line WRAPper Version History
Related Software
|
|
From category: Networking |
| Firewall Admin 0.4 is networking software developed by Vinicius M. de Souza. Firewall Admin is not a firewall generator. This tool allows network administrators to manage iptables rules from anywhe... |
|
|
From category: Networking |
| bmon 2.1.0 is networking software developed by Thomas Graf. bmon is a portable bandwidth monitor and rate estimator running on various operating systems. It supports various input methods for diffe... |
|
|
From category: Operating-Systems-Linux-Distri |
| Fluxbuntu nBuild1 Revision2 is operating systems linux distri software developed by Fluxbuntu Team. Fluxbuntu is an Ubuntu with Fluxbox window manager. I started this project in order to pro... |
|
|
From category: Operating-Systems-Linux-Distri |
| AlienDrive Live CD 1.0 is operating systems linux distri software developed by Alien Drive System. AlienDrive Live CD is a linux distribution based on the SLAX Operating System. It is someti... |
|
|
From category: Monitoring |
| CompTemp Monitor 0.9.6 is monitoring software developed by Adolfo Gonz?lez Bl?z. Computer Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your computer CP... |
|
|
From category: Networking |
| CODEX 1.1 is networking software developed by Michael A. Marsh. CODEX is a software designed for applications with a moderate number of clients requesting authentication keys When designing... |
|
|
From category: Monitoring |
| eddiebrowser 0.6.1 is monitoring software developed by Chris Miles. eddiebrowser project is a CGI program that provides an interface to view system statistics graphically using RRDtool. eddi... |
|
|
From category: Backup |
| KBackup is a program that lets you back up any directories or files.... |
|
|
From category: Monitoring |
| Firewall Monitor 1.1.0 is monitoring software developed by Gianni Tedesco. Firewall Monitor allows you to monitor ipchains/iptables output in realtime. It supports both logging to a file/stdout and... |
|
|
From category: Filesystems |
| FuseIso 20061017 is filesystems software developed by Dmitry Morozhnikov. FuseIso is a FUSE module to mount ISO filesystem images (.iso files). FuseIso currently support plain ISO9660 Level 1 and 2... |
|
|
From category: Backup |
| Bacula 1.39.30 is backup software developed by Kern Sibbald. Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of compu... |
|
|
From category: Networking |
| aeswepd 0.4 is networking software developed by Lennart Poettering. aeswepd is UNIX daemon for changing WEP keys of WLAN devices in constant intervals. The WEP keys are calculated by encrypting the... |
|
|
From category: Backup |
| burncenter 3.2 is backup software developed by Alexandre Janon. Burncenter is a very easy-to-use text-based interface to cd-burning tools under UNIX (cdrecord, cdda2wav, mkisofs). Here are s... |
|
|
From category: Operating-Systems |
| Fedora 8 Developer Spin is a Live CD based on Fedora 8 Linux distribution and contains tools and software designed for Linux dev... |
Leave a comment