WTF is Linux Shell Command substitution.
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 assigning the output to a variable, you can use the stored value anywhere in your shell scripts. This i...
blog.kubesimplify.com3 min read
BUSHRA NAZISH
Engineer with diving deep into open source and web development
Thanks for sharing an another awesome piece on Linux 🙌