Privacy Policy
Snippets index

  Print out the file size and name with the find command

find . -name '*.log' -exec ls -sh {} \;