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
Office 365: Alert Policies - Creation of forwarding/redirect rule The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail Read more
Powershell: Get-ChildItem List, search/find files and directories with Get-ChildItem cmdlet. Read more