#command-line
Read more stories on Hashnode
Articles with this tag
printenv is used to print out the environment variables. Environment variables are a common form of setting global values across a terminal session....
du is used to display disk usage statistics. It's a simple tool to calculate and print the disk space used by files or directories. Let's see how to...
wc stands for word count. It is used to display the number of lines, words, characters, and byte for a file or input received via pipe(|). the output...
pwd is one of the most helpful commands for linux newbie. Whenever you are lost just type it in your terminal and you will find where are you exactly....