clmystery/hint1

6 lines
146 B
Plaintext
Raw Permalink Normal View History

2013-10-26 05:28:23 +02:00
Try poking around what's in a file by using the 'head' command:
head -n 20 people
2016-01-29 19:42:03 +01:00
This will show you the first 20 lines of the 'people' file.