Friday, August 1st, 2008

Copying Part of a File

Often you don’t need to read an entire file to get the information that you need. Often what you are looking for will always be in the first few lines or last few lines of the file (depending on which order the information is stored in). Linux makes it really simple to read just a [...]