Topic
shell
5 articles

shellshell-scriptingDec 21, 2022
Automate repetitive tasks - Shell Scripting
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 and gives output. It is a…
Bhavya Sachdeva · 7 min
ubuntulinuxJun 10, 2022
What is Shell Scripting?
In this post will give you an overview of shell programming and provide an understanding of some standard shell programs. This includes shells such as the…
Brijesh Kori · 6 min
linuxbashJun 9, 2022
Everything you need to know about the Linux 'ls' command.
The ls command is one of the most commonly used Linux commands for listing available files or directories from the command line.
sysxplore · 6 min
linuxbashJun 6, 2022
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.
sysxplore · 3 min
bashshellJun 2, 2022
How to change Directory In Shell Scripts?
For convenience, there are times you may want to run a shell script that changes your current working directory to another directory.
sysxplore · 4 min