[SSFR] Partage de fonctions ...

[ Thread Index | Date Index | More debianworld.org/shellscript-fr Archives ]


Salut,

Quelles fonctions, concoctees par vos soins, utilisez vous le plus souvent ?

Voici quelques unes que j'utilise :

newf() {
    vim -c "se tw=70" `date +%Y%m%d-%R`.txt
}

lowercase() {
    autoload zmv
    zmv '(*)' '${(L)1}'
}

space2underline()
{
        for a in ./**/*\ *(Dod); do mv $a ${a:h}/${a:t:gs/ /_}; done
}

function kernel()
{
printf 'GET /kdist/finger_banner HTTP1.0\n\n' | nc www.kernel.org 80 |
grep latest
}




-- 
.. ''`.  (\___/) E d i   S T O J I C E V I C
: :'  : (='.'=) http://www.debianworld.org 
`. `~'  (")_(") GPG: 0x1237B032
  `-



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/