#shell-script
Read more stories on Hashnode
Articles with this tag
Introduction to Shell In simple terms, a shell is an interface that accepts user input in the form of commands and passes it on to an operating system...
How to List Files in a Directory with Option Flags ยท The ls command is one of the most commonly used Linux commands for listing available files or...
Command substitution allows you to assign the output of a shell command to a variable. This one of the most useful feature of shell scripts. After...