What is Shell Scripting
A shell
script is a set of commands written in a text file. The file mostly has
".sh" as
its
extension with execute permissions but shell scripts can have any/no extension
and be
run even without an execute permission.
v Can take inputs from the user or a file and output
them.
v Useful to create our own commands.
v Save lots of time.
v Can be used to automate some tasks in day-to-day
life.
v System Administration can be automated.
No comments:
Post a Comment