Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 733 Bytes

unix.md

File metadata and controls

49 lines (40 loc) · 733 Bytes

Unix

Critical learning

Validation

You know everyday Unix when you can use the following commands and operators:

|
<
>
>>
&
ack
awk
cat
chmod
chown
cp
export
find
kill
locate
ls
mkdir
mv
ps
rm
sed
sort
tail
top
vim
whereis
xargs

Ongoing reference

For each command, refer to the man pages often:

man <command>