Difference between revisions of "Bash"

From UVOO Tech Wiki
Jump to navigation Jump to search
imported>Busk
 
 
Line 1: Line 1:
 +
https://dev.to/bowmanjd/writing-bash-scripts-that-are-not-only-bash-checking-for-bashisms-and-testing-with-dash-1bli
 +
 +
 
# Bash Shell Environment
 
# Bash Shell Environment
  

Latest revision as of 14:02, 23 February 2021

https://dev.to/bowmanjd/writing-bash-scripts-that-are-not-only-bash-checking-for-bashisms-and-testing-with-dash-1bli

Bash Shell Environment

less syntax highlighting

apt install source-highlight
export LESSOPEN="| /usr/share/source-highlight/src-hilite-lesspipe.sh %s"
export LESS=' -R '

Resources