Saved Bookmarks
| 1. |
How Do You Define A Function In A Shell Script? |
|
Answer» function-narne() { #some CODE here RETURN }. function-narne() { #some code here return }. |
|