Homeunix Create a function in shell script Vikram somai August 31, 2021 0 Comments Facebook Twitter how to call a function in shell script file name hello.sh #user defined function function hello() { echo "hello world" } hello output: run the command $ bash hwllo.sh hello world Tags unix Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!