Nasty trick with PATH
If you want to prevent people from accidentally changing PATH variable try this one:
set PATH="$PATH:\0" set PATH="$PATH:some_additional_path" echo $PATH
June 24th, 2014 in
main entries
If you want to prevent people from accidentally changing PATH variable try this one:
set PATH="$PATH:\0" set PATH="$PATH:some_additional_path" echo $PATH