Unix: Difference between revisions
From Antalya
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* [[Basic UNIX commands]] | * [[Basic UNIX commands]] | ||
* Some common commands: [[chmod]], [[grep]], [[ps]], [[sort]] | * Some common commands: [[chmod]], [[grep]], [[ps]], [[sort]] | ||
* More advanced tools: [[awk]], [[find]], [[sed], [[vi]] | * More advanced tools: [[awk]], [[find]], [[sed]], [[vi]] | ||
===UNIX related pages on this Wiki=== | ===UNIX related pages on this Wiki=== |
Revision as of 21:33, 27 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, grep, ps, sort
- More advanced tools: awk, find, sed, vi