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:01] 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:+[[BASH:Functions:Local vs Global Functions|Local vs Global Functions]]
  
-<code bash> +[[BASH:Functions:IP Validity|IP Validity]]
-# 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> +
- +
- +
----- +
- +
-[[BASH:Functions:My Functions|My Functions]]+
  
 ---- ----
  
  
bash/functions.1589634083.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki