Archive for January, 2010

Using Linux ‘head’ command to preview a file

This article will show you how to use the head command in Linux. head is used to print out the beginning of a file. For example, this is useful when you have a giant text file and you want to preview the contents without attempting to open the entire file. Here are some common examples [...]

Click here to read the full post