This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:tpb1 [2023/09/26 05:00] – [TOOLBOX] xcroft | notes:unix:fall2023:projects:tpb1 [2023/09/28 01:16] (current) – [TOOLBOX] jmerri10 | ||
---|---|---|---|
Line 25: | Line 25: | ||
* **sort**(**1**) - | * **sort**(**1**) - | ||
- | * **tail**(**1**) - Similar to head but outputs rows of file from the bottom up | + | * **tail**(**1**) - Similar to head but outputs rows of file from the bottom up. You can use the `-n` modifier to specify the number of lines from the bottom up you would like to be included. |
* **tr**(**1**) - | * **tr**(**1**) - | ||
Line 33: | Line 33: | ||
* **uniq**(**1**) - | * **uniq**(**1**) - | ||
* Cat - Can use to merge 2 files vertically for example "cat AEIOU aeiou > test" so basically opposite of paste -d | * Cat - Can use to merge 2 files vertically for example "cat AEIOU aeiou > test" so basically opposite of paste -d | ||
+ | *sed - can be used to remove gap in line example : sed -i '/ | ||
=====VERIFICATION===== | =====VERIFICATION===== | ||
====MD5SUM==== | ====MD5SUM==== |