Tools

Useful commands

$ ls | grep Rmd | wc -l
$ find . -name "*.html" -type f | xargs rm -f
$ grep -r "search-string"
$ grep "search-string" *
$ find . -name "*pattern*"

Last updated: 2022-02-16

Back to the front page