1
0
Fork 0

Add mass word-counting command to hh favourites

This commit is contained in:
Starbeamrainbowlabs 2017-06-27 22:24:07 +01:00
parent 354b0d7ade
commit 7d4ea163e2
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
find . -iname "*.md" -print0 | xargs -0 -I {} sh -c 'cat "{}" | wc -w' | awk '{s+=$1} END {printf "%.0f", s}'
ffmpeg -framerate 0.5 -pattern_type sequence -s 1080x720 -start_number 1 -i frame%d.jpeg -vcodec mpeg4 out.mp4
grep -c ^processor /proc/cpuinfo
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}