Per User bin/

Per User bin/ Run your shell scripts just like any other command, without writing ./command. This article is a work in progress. $ mkdir $HOME/bin/ $ nano .bashrc Add as the last line PATH=$PATH:$HOME/bin To use, close and open shell. … Continue reading

Posted in Old Site | Tagged , , , , , | Comments Off on Per User bin/

Shell Scripting

Table of Contents Shell Scripting Hello world – lspwd See also Shell Scripting Shell scripting automates repeating actions. It is reliable, used in server startup scripts in Linux. It is fast to use, simply write the same commands as you … Continue reading

Posted in Old Site | Tagged , , , | 3 Comments