Saturday, 30 September 2017

Learning Linux - Get ahead with 'head'

Learning Linux - Get ahead with 'head'

Inherited from it's UNIX ancestors, the Linux command line has a lot of powerful tools. 'head' and 'tail' are bookends of a set of commands for manipulating and viewing the contents of a file or pipe.
https://www.howtoforge.com/linux-head-command/

2 comments:

  1. I still remember when I was learning C as a young programmer, implementing a program that was head, cat, and tail all in one was one of the goals I had set. Fun days 👍.

    ReplyDelete