¿Cómo muestro las primeras líneas de un archivo en Unix?
To display the first few lines of a file, type head filename, where filename is the name of the file you want to display, then press . By default, head shows you the first 10 lines of a file. You can change this by typing head -number filename, where number is the number of lines …