Answers

Question and Answer:

  Home  Shell Scripting

⟩ How do you define a function in a shell script?

function-name() { #some code here return }

 159 views

More Questions for you: