Managing Big Files On Linux

When working with big data, it becomes crucial to manage big files efficiently. Printing a single line from a 150GB text file (like SQL, triples, quads or whatever) can be horrible and often requires some thinking, let alone editing files. Printing Big Files Using head can work to get the first or the last 5 […]