Operations
Omitting the first line from any Linux command output
< 1 minute read Let us try to omit total 2188 from below output in linux. This output is for ls -latr “some path” and this solution is valid for any other command where one would like to omit the first line. Passing actual command’s output to awk or sed using pipe awk way Read more…