#linux
Read more stories on Hashnode
Articles with this tag
nuclearegg69@zenbook-f13:~$ ls -l total 56 -rw-r--r-- 1 nuclearegg69 nuclearegg69 0 Oct 10 07:55 1 -rw-r--r-- 1 nuclearegg69 nuclearegg69 0 Oct...
How to run commands on files found If I want to delete any log files in a directory and log files in this directory have common substring "log" in...
Pathname expansion expanding a pathname, how do we do that? if we do echo 2 * 3 nuclearegg69@zenbook-f13:~/testRen$ echo 2 * 3 2 a apple b banana c...
If we go to the root directory or the top level directory in our unix-like machine, we will be faced by some directories, lets take an intro about...
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...
Prerequisites redirection Piping is a very useful feature in bash. You can connect the standard output of a command to be the standard input of...