Quick & easy reference to read files in Linux CLI
There are many ways to read files in linux using bash screen. Command head <filename>, show the first few lines of the file. Command cat <filename>, display the file content on screen, not recommended with files longer than 10 lines. Command tail <filename>, used to show the last few lines of the file, it also has […]
Quick & easy reference to read files in Linux CLI Read More »