Bash - Output the first parts of a file with head

# Output the first part of files, print the first part (10 lines by default) of each FILE; head /var/path/some.log # output the last 50 lines of file head -n 50 /var/path/some.log

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.