Unix: Difference between revisions
From Antalya
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
</div> | </div> | ||
=== | === Some commands to help you out === | ||
* [[Basic UNIX commands]] | |||
* Some common commands: [[chmod]], [[diff]], [[grep]], [[ps]], [[sort]] | |||
* More advanced tools: [[awk]], [[find]], [[sed]], [[vi]] | |||
===UNIX related pages on this Wiki=== | |||
<DynamicPageList> | <DynamicPageList> | ||
category = Unix | category = Unix | ||
suppresserrors=true | suppresserrors=true | ||
ordermethod=sortkey | |||
order=ascending | |||
</DynamicPageList> | </DynamicPageList> |
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