head Command in Linux Made Simple
× The head command in Linux is the fastest way to inspect a file without opening it. But when a log is 80,000 lines long and you just need the first twenty, opening it in an editor is a waste of time and, on a live server, sometimes risky. That is exactly where head earns […]
Read More