User Tools

Site Tools


bash:functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bash:functions [2020/05/16 13:02] peterbash:functions [2021/01/09 11:48] (current) peter
Line 5: Line 5:
 ---- ----
  
-===== Keep Bash Functions Seperate from Bash Aliases ===== +[[BASH:Functions:My Functions|My Functions]]
- +
-It is recommended to keep functions seperate in their own file. +
- +
-Create a new file called **/etc/profile.d/bash_functions.sh** or **~/.bash_functions** and then have your .bashrc load it: +
- +
-<code bash> +
-# PETER ADDED THIS +
-if [ -f ~/.bash_functions ]; then +
-    . ~/.bash_functions +
-fi +
-</code> +
- +
-or +
- +
-<code bash> +
-if [ -e $HOME/.bash_functions ]; then +
-    source $HOME/.bash_functions +
-fi +
-</code> +
  
 ---- ----
Line 31: Line 11:
 [[BASH:Functions:Local vs Global Functions|Local vs Global Functions]] [[BASH:Functions:Local vs Global Functions|Local vs Global Functions]]
  
-[[BASH:Functions:My Functions|My Functions]]+[[BASH:Functions:IP Validity|IP Validity]]
  
 ---- ----
  
  
bash/functions.1589634166.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki