Linux SoftwareSystemSystem AdministrationCommand Line WRAPper 0.3.0

Command Line WRAPper 0.3.0


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
Developer:   dvlnx
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   0K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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 {}"
tags several  files  want  

Download Command Line WRAPper 0.3.0


 http://prdownloads.sourceforge.net/clwrap/clwrap-0.3.0.tgz?use_mirror=heanet
 http://prdownloads.sourceforge.net/clwrap/clwrap-0.3.0.tgz?use_mirror=voxel
 http://prdownloads.sourceforge.net/clwrap/clwrap-0.3.0.tgz?use_mirror=belnet


Authors software

Command Line WRAPper 0.3.0 (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


Similar software

Command Line WRAPper 0.3.0 (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

Template::Tutorial 2.15 (by Andy Wardley)
Template::Tutorial are template toolkit tutorials.

This section includes tutorials on using the Template Toolkit

GNU Find Utilities 4.2.27 (by Free Software Foundation, Inc.)
The GNU Find Utilities are the basic directory searching utilities of the GNU operating system

Findutils 4.2.29 (by Findutils Team)
GNU Find Utilities are the basic directory searching utilities of the GNU operating system

MathML::Entities 0.13 (by Jacques Distler)
MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

SYNOPSIS

use M

Tcsh 6.14.00 (by Christos Zoulas)
Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh)

libtecla 1.6.1 (by Martin C. Shepherd)
The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcs

inotify-tools 3.4 (by rohanpm.net)
inotify-tools is a set of command line utilities for the Linux inotify filesystem change notification system.

OK, so I made a litt

mvb 2.2 (by Steve Doonan)
mvb is a shell script written for BSD and Linux users, to "batch rename" files (change the name of many files at once) in the current

tmv 1.1.2 (by Gene Pavlovsky)
tmv renames files/directories according to sed script(s)


Other software in this category

Linuxconf 1.35r1 (by Solucorp)
Linuxconf project is a sophisticated administration system for the Linux operating system

Webmin 1.310 (by Jamie Cameron)

ChangePassword 0.9 (by Vinicius M. Souza)
ChangePassword modifies the passwords of passwd, Samba, and Squid through the Web

AlternC Hosting Software 0.9.5 (by Sonntag Benjamin)
AlternC is a set of user-friendly hosting software

eL DAPo 1.18 (by keysd)
eL DAPo is a PHP-based application for managing and querying LDAP servers

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


Subscribe in Rojo
Google Reader
Add to My Yahoo!

Add to My AOL
Subscribe with Bloglines
Subscribe in NewsGator Online
Add 'nixbit linux software' to Newsburst from CNET News.com
del.icio.us nixbit linux software


Top tags