Difference between revisions of "Bash"
From ProgrammingExamples
| Line 1: | Line 1: | ||
* [[Bash/LoopOverFiles|Loop over files]] | * [[Bash/LoopOverFiles|Loop over files]] | ||
* [[Bash/Parsing command line arguments using getopts|Parsing command line arguments using getopts]] | * [[Bash/Parsing command line arguments using getopts|Parsing command line arguments using getopts]] | ||
| + | * [[Bash/Regular expression example using grep and sed|Regular expression example using grep and sed]] | ||