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
How to check Linux version RedHat Enterprise Linux (RHEL) cat /etc/redhat-release Ubuntu lsb_release -a SuSE cat /etc/os-release cat /etc/*release hostnamectl Read more
VMware: vSphere ESXi Notes Keep playing with VMware vSphere ESXi . It is free to download and use in production environment with some limitations of course. Read more