bash:functions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:functions [2020/05/16 13:01] – peter | bash:functions [2021/01/09 11:48] (current) – peter | ||
---|---|---|---|
Line 5: | Line 5: | ||
---- | ---- | ||
- | ===== Keep Bash Functions | + | [[BASH:Functions:My Functions|My Functions]] |
- | It is recommended to keep functions seperate in their own file. | + | ---- |
- | Create a new file called **/ | + | [[BASH:Functions: |
- | <code bash> | + | [[BASH: |
- | # PETER ADDED THIS | + | |
- | if [ -f ~/ | + | |
- | . ~/ | + | |
- | fi | + | |
- | </ | + | |
- | + | ||
- | or | + | |
- | + | ||
- | <code bash> | + | |
- | if [ -e $HOME/ | + | |
- | source $HOME/ | + | |
- | fi | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | ---- | + | |
- | + | ||
- | [[BASH: | + | |
---- | ---- | ||
bash/functions.1589634083.txt.gz · Last modified: 2020/07/15 09:30 (external edit)