Linux commands

nohup abcs.sh > /dev/null 2>&1 &

Bash history flushing – add following

shopt -s histappend

PROMPT_COMMAND=”history -a; history -c; history -r;”