7b3b8e No.3760
This seems to be the best board for this question, what are the most important Terminal commands to know? So far, I only know the following.
pwd
ls
cd
sudo -i
vi(m)
apt-get install
gcc -o file *.c
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
7b3b8e No.3761
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
7b3b8e No.3763
The most important terminal commands are
[code]\n
\r
\e[30m thru \e[37m
\e[40m thru \e[47m
\e[1m
\e[0m
\e[2J
\e[?25h and \e[?25l
\e[n;mH with n and m as coordinates
\e[s and \e[u
\e[n;mr with n and m as the top and bottom row[code]
That last one is pretty killer.
inb4 curses. You may as well use a fucking web browser.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.