Answers for ""head -n""

1

"head -n"

With the flag -n | N, the head command prints out the first N lines of file(s)

head -n 7 file.txt	#Prints first 7 lines of file.txt
Posted by: Guest on October-19-2020
-1

data.head on terminal

print(data.head())
Posted by: Guest on October-11-2020

Code answers related to ""head -n""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language