Unix: Difference between revisions
From Antalya
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=== Some commands to help you out === | === Some commands to help you out === | ||
* [[Basic UNIX commands]] | * [[Basic UNIX commands]] | ||
* Some common commands: [[chmod]], [[grep]], [[ps]], [[sort]] | * Some common commands: [[chmod]], [[diff]], [[grep]], [[ps]], [[sort]] | ||
* More advanced tools: [[awk]], [[find]], [[sed]], [[vi]] | * More advanced tools: [[awk]], [[find]], [[sed]], [[vi]] | ||
Latest revision as of 20:24, 29 December 2020
Want to get more out of your computer?
The UNIX commandline will help you get more productive and allow you to do repetitive tasks more easily. Linux and Mac systems support this directly, there are good alternatives for Windows.
Some commands to help you out
- Basic UNIX commands
- Some common commands: chmod, diff, grep, ps, sort
- More advanced tools: awk, find, sed, vi