This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
notes:unix:spring2025:projects:tpb1 [2025/02/17 14:35] – created - external edit 127.0.0.1 | notes:unix:spring2025:projects:tpb1 [2025/02/27 04:19] (current) – [Tail and Head Tool Operation] tstrickl | ||
---|---|---|---|
Line 4: | Line 4: | ||
* **file**(**1**) | * **file**(**1**) | ||
+ | * **cat** | ||
+ | * **file** | ||
+ | * **head** | ||
+ | * **paste** | ||
+ | * **stegsnow** | ||
+ | * **sort** | ||
+ | * **tail** | ||
+ | * **tr** | ||
+ | * **uudecode** | ||
- | =====file(1) tool operation===== | + | =====File Tool Operation===== |
+ | =====Tail and Head Tool Operation===== | ||
+ | The tail tool allows the user to select a range of bytes from the bottom of the screen to the top. you can choose the number of lines that you want to select by doing Tail -n [lines]. Same for head. It selects a number of lines from the top to bottom. |