Just curious how I can make a bash script run not only when I call it but all the time in the background.
I have a bash script that is supposed to look for files and place them in the right folders, and I just want it so i don't have to keep running that script manually. I just want it running in the background and continually will place the files into the right folders as more files are added.
$ myscript &
– Red Cricket Nov 07 '17 at 20:51