Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
labs:unix_intermediate [2024/09/05 17:20] – [Beginning of Files: head] admin | labs:unix_intermediate [2024/09/05 17:21] (current) – [Intermediate Unix Commands] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Intermediate Unix Commands ====== | ====== Intermediate Unix Commands ====== | ||
- | This page contains just a teaser of some helpful commands. | + | This page contains just a teaser of some helpful commands. |
===== Permissions ===== | ===== Permissions ===== | ||
Line 41: | Line 41: | ||
===== Beginning of Files: head ===== | ===== Beginning of Files: head ===== | ||
- | Usage: | + | Usage: |
+ | |||
+ | | ||
shows the first few lines of a file. You can use a flag to change how many lines are displayed | shows the first few lines of a file. You can use a flag to change how many lines are displayed |