Apply a command to several files

Apply is a perl script designed for Unix-Linux command-line addicted.

Have you ever dreamed of typing something like (without using xargs) :
> mv *.c++ *.cpp      
Well, simply type :
> Apply mv #.c++ #.cpp
(# replaces the *, which would otherwise be interpreted by your shell before Apply uses it).

The general syntax is :
> Apply [options] command [to files]

Apply is much more powerful than this simple exemple. Try Apply -help for more details.

Interested ? Download the Apply perl script (don't forget to chmod 755 Apply).