Linux command: wc - word count wc - print newline, word, and byte counts for each file wc -l : Count lines wc -w : Count words wc -c : Count bytes wc -m : Count chracters Related articles In Powershell, use Measure-Object -Word, Measure-Object -Line, Measure-Object -Character. Labels LPIC-1
Windows command: icacls Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories. Read more
John the Ripper: Notes "John the Ripper is an Open Source password security auditing and password recovery tool available for many operating systems." Read more