#cli
Read more stories on Hashnode
Articles with this tag
You can scroll the history of the commands you run by the up and down arrows in the terminal. But in case you would like to look at the list of the...
nuclearegg69@zenbook-f13:~$ cat alphabet.txt apple banana carrot donkey nuclearegg69@zenbook-f13:~$ tac...
When we run a process, a table named the file description table gets assigned to it. The table describes the relevant file contents to the process. If...
The default function of sort command and the -r or --reverse option nuclearegg69@zenbook-f13:~$ cat unsorted.txt white apple yellow orange black...
The terminal is a program that views text and allows you to write text That prompt for example nuclearegg69@zenbook-f13:~$ is viewed by the terminal...
The wc commands stands for word count nuclearegg69@zenbook-f13:~$ ls a b c echo empty inNano3 inNano3.txt inNanoRenamed inNanoSymlink testRen...