How to run program in background mode and run it after we logoff Linux system?
Nohup command in Linux nohup command is used to execute long running programs in background mode. Even if we logoff
Continue readingNohup command in Linux nohup command is used to execute long running programs in background mode. Even if we logoff
Continue readingCreate log file with current timestamp in Bash It is best practice to have log file in any shell script
Continue readingParse input or command line arguments in Bash script Bash script will take input values and produces output values. We
Continue reading