Writing your first shell function - Linux Shell Scripting Tutorial - A Beginner's handbook
Shell functions Sometime shell scripts get complicated. To avoid large and complicated scripts use functions. You divide large scripts into a small chunks/entities called functions. Functions makes shell script modular and easy to use. Function avoids rep
bash.cyberciti.biz |