Informatique Sum the number of lines in each file of a folder par eddy barraud|Publié 15 mars 2019 Run this command to sum the number of lines in each file of a folder find . -maxdepth 1 -type f -exec wc -l {} + | awk '{sum+=$1} END {print sum}' view raw count-number-of-lines-in-each-files.md hosted with ❤ by GitHub
Run this command to sum the number of lines in each file of a folder find . -maxdepth 1 -type f -exec wc -l {} + | awk '{sum+=$1} END {print sum}'
Publié 19 septembre 2015 Afficher les ports et les périphériques réseau 1 commentaire tcpdump -i eth0 Sous linux et Windows Vous pouvez utiliser la commande netstat elle permet d’afficher les connexions réseau TCP/IP actuelles. netstat […]
Publié 16 mai 2018 Convert to mp3 script Convert every audio files inside the current directory to mp3
Publié 19 avril 2015 Bug internet ? Si votre connexion internet lague, bug, ou ne fonctionne plus : Essayez ceci ! Ce batch vous permet de relancer votre connexion […]