Skip to content

cheeyeo/bash_script_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripting exercises

Tutorials based on book "Learn Linux Shell Scripting"

Notes

On functions and function library

  • Functions shared across different scripts

    ( refer to bash-function-library.sh )

  • Include the function lib into other scripts via source <lib.sh>

    sourcing script with only functions will not execute it

    if the script contains other actual commands such as echo, cat, it will be executed

About

Learning bash scripting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages