Most viewed posts
Search
Reply to comment
Linux Command: head
| See the examples |
head [options] [files]
Options |
Examples: |
head -20 phone_list Display the first 20 lines of phone_list:
head -n1 /etc/issue Show name and version of distribution
|