quote

giovedì, aprile 23, 2015

Linux/Unix useful commands

  • ls | wc -l (number of files in a folder)
  • $ find . -iname 'Courses.json' -> find in the current folder and subfolders the file 'Courses.json'
  • $ grep MemTotal /proc/meminfo
  • $find . -type f -name '*.DS_Store*' -delete

Nessun commento: