
badpenguin-scripts 0.0.1
========================


a:
This script prompt you for mounting a floppy into the drive,
then it is mounted for you. When called a second time it will
unmount the latest mounted floppy and fill prompt your for
switching it.


color <$COLOR_NAME>
Change the foreground color to one of the following one:
green, cyan, red, yellow, white, black, blue, grey, purple


echoc <$COLOR_NAME> [-n] $STRING
Print the string into a different foreground color and then
restore the original one, the white. Color can be on of:
green, cyan, red, yellow, white, black, blue, grey, purple


edit  [$EDITOR_PARAMETERS]
run you favourite editor according to $VISUAL or $EDITOR
else it will fallback upon 'joe' or 'vi'


filesize  <$FILENAME>
return the size in byte of the specified file


rgrep  [$GREP_SWITCHES]  <$PATTERN>  [$DIRECTORY]
find a given $PATTERN recursively into all the files of the
current directory or the specified one.


squeeze  [$DIRECTORY]
removes unnecessary files from the current directory, or a specified
one, recursively



untar  <$FILENAME>  [$TARGETDIRECTORY]
a generic front-end to extract files from many archives,
it supports: tar, tar.gz, tgz, bpp, tar.Z, taz, tar.bz,
             tar.bz2, zip, deb (need dpkg-deb or alien),
	     rpm
