diff --git a/guide/english/linux/shell-scripting/index.md b/guide/english/linux/shell-scripting/index.md index 85fc85e2ad..56a8ce3382 100644 --- a/guide/english/linux/shell-scripting/index.md +++ b/guide/english/linux/shell-scripting/index.md @@ -34,3 +34,11 @@ Hello World! ``` More info about shell-scripting can be found [here](https://www.shellscript.sh/) + + +//changes +script file extension is not necessary +In linux, script can be executed even without .sh extension. +for example test.sh can be executed if we leave it as test. +If we keep our script in user/bin then we can use script anywhere. +