Memo

De Linuxmemo.

(Différences entre les versions)
Ligne 1 : Ligne 1 :
[[Catégorie:Bash]]
[[Catégorie:Bash]]
-
 
  egrep -v "^(#|$)"
  egrep -v "^(#|$)"
   
   
 +
  ls $PWD/awstats.pl
  ls $PWD/awstats.pl

Version du 26 novembre 2017 à 19:38

egrep -v "^(#|$)"

ls $PWD/awstats.pl
for i in $(ls *.m4a);do avconv -i $i ${i/.m4a/.mp3} ; done
mkdir rep{1,2,3}
cp ntp.conf{,.bak}
Outils personnels