geek rescue kit Code
Brought to you by:
ctaf
#!/usr/bin/env zsh
## shfunction for ctafconf in /home/ctaf/.ctafconf
##
## Made by GESTES Cedric
## Login <ctaf42@gmail.com>
##
## Started on Sun Oct 2 07:23:17 2005 GESTES Cedric
## Last update Wed Nov 21 10:08:12 2007 GESTES Cedric
##
##CTAFCONF
#recursive purge
rpurge_clean ()
{
(echo removing: ***/*\.o) 2>/dev/null
(rm -f ***/*\.o) 2>/dev/null;
echo "directory recursively purged";
}
rpurge_clean