From 7d4ea163e2550d7f5df7d53ea89cfbb217e06485 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 27 Jun 2017 22:24:07 +0100 Subject: [PATCH] Add mass word-counting command to hh favourites --- .hh_favorites | 1 + 1 file changed, 1 insertion(+) diff --git a/.hh_favorites b/.hh_favorites index 2f66a65..029a182 100644 --- a/.hh_favorites +++ b/.hh_favorites @@ -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 {}