Daily Linux Command: head
Do you need to memorize Linux commands? Daily Linux Command: man Daily Linux Command: cat head(1) is one of the most frequently used commands for file processing, and its function is to read the beginning part of a file.When you only need to get the beginning content of a file, head(1) is safer than cat(1) … Read more