bash snippets

while sleep 1; do ls | wc -l; done

rm -r *.srt

ls -alh | grep '\.json$' | sort

Search all files for a specific extension:
find / -name "*.pdf"
Posted @ 2019-02-28 13:05