This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:tpb2 [2023/10/01 19:47] – [Final Pictures] gsalce | notes:unix:fall2023:projects:tpb2 [2023/10/06 01:21] (current) – [Helpful Commands] xcroft | ||
---|---|---|---|
Line 12: | Line 12: | ||
* **grep** - can be used to check if a file matches an entry in the MANIFEST | * **grep** - can be used to check if a file matches an entry in the MANIFEST | ||
+ | |||
+ | * **tr** - | ||
* **uudecode** -Used to decode uuencoded files | * **uudecode** -Used to decode uuencoded files | ||
Line 22: | Line 24: | ||
* **sed** - Stream editor for filtering and transforming text | * **sed** - Stream editor for filtering and transforming text | ||
+ | |||
+ | * **chmod** - Allows you to change permissions of a file | ||
+ | * **cat** - Use to see image/words of a file | ||
+ | * **gzip -d** can be used to decompress a gzip file | ||
=====Process===== | =====Process===== | ||