bash

  • 2021
  • 22. Mar 2021 Frequently used Bash Commands
  • find first level js, and grep find /.js -print0 | xargs -0 grep –color 'treemap' # find lines of code find /.html *.html -print0 | xargs -0 wc -l -c # Search word in files grep -rnw &#3