Tag: bash
Linux Echo and Reading Files
Assigning values to variables, using ECHO and reading a file.
Continue Reading...Run an Unattended SQL Script from Linux using nohup
Some scripts take a long time to run. If they are interrupted, you will lose all your work. To get around that, create a bash file to run the script for you, then run the script file with the NOHUP option so it won’t hang up.
Continue Reading...