Memo

De Linuxmemo.

(Différences entre les versions)
(Page créée avec « Catégorie:Bash 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} »)
Ligne 1 : Ligne 1 :
[[Catégorie:Bash]]
[[Catégorie:Bash]]
 +
  egrep -v "^(#|$)"
  egrep -v "^(#|$)"
   
   

Version du 26 novembre 2017 à 19:37


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