Unix Commands for Large Files
This tutorial is about how to handle large files using Linux/Unix commands, such as viewing the first few lines, counting the number of lines or bytes, splitting the file, etc. wc — word, line, character, and byte count The wc …