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:18] – [Finding Files: find] 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. | ||
===== Permissions ===== | ===== Permissions ===== | ||
Line 40: | Line 41: | ||
===== Beginning of Files: head ===== | ===== Beginning of Files: head ===== | ||
+ | Usage: | ||
+ | |||
+ | head < | ||
+ | |||
+ | shows the first few lines of a file. You can use a flag to change how many lines are displayed | ||
===== End of Files: tail ===== | ===== End of Files: tail ===== | ||