[Linux] Use cat, head, tail commands to print text
If we want to print out text in Linux system, we can use vi
/vim
to edit the text file.
But today if we just only want to check the file content, and don't need to change any content, we can use other commands to print out the file content.
Read More »[Linux] Use cat, head, tail commands to print text