The 'head' command will list out certain number of lines in a file from the beginning. The standard is to list the first 25 lines, but you can change that:
head -100 myfile
will list out the first 100 lines of myfile.
Chat with our AI personalities