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:02] – 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 **/ | + | |
- | + | ||
- | <code bash> | + | |
- | # PETER ADDED THIS | + | |
- | if [ -f ~/ | + | |
- | . ~/ | + | |
- | fi | + | |
- | </ | + | |
- | + | ||
- | or | + | |
- | + | ||
- | <code bash> | + | |
- | if [ -e $HOME/ | + | |
- | source $HOME/ | + | |
- | fi | + | |
- | </ | + | |
---- | ---- | ||
Line 31: | Line 11: | ||
[[BASH: | [[BASH: | ||
- | [[BASH: | + | [[BASH: |
---- | ---- | ||
bash/functions.1589634166.txt.gz · Last modified: 2020/07/15 09:30 (external edit)