Outils pour utilisateurs

Outils du site


tech:notes_-_test_sur_arborescence_de_fichiers

Notes - test sur arborescence de fichiers

libfile-checktree-perl

Voir :

sudo apt-get install libfile-checktree-perl
use File::CheckTree;
 
$num_warnings = validate( q{
    /vmunix                 -e || die
    /boot                   -e || die
    /bin                    cd
        csh                 -ex
        csh                 !-ug
        sh                  -ex
        sh                  !-ug
    /usr                    -d || warn "What happened to $file?\n"
});
tech/notes_-_test_sur_arborescence_de_fichiers.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki