Unix: Difference between revisions
From Antalya
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
</div> | </div> | ||
=== | === Some commands to help you out === | ||
* [[Basic UNIX commands]] | |||
* Some common commands: [[chmod]], [[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> |
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