Yes this is because the '&' character at the end puts the command on background and actual output is written to log.txt
when you run the script.
To see the command output type:
less log.txt - to see complete log.txt
or
tail -f log.txt - to see actual output from the script
zaaron
---------
GetLokal Reviews
when you run the script.
To see the command output type:
less log.txt - to see complete log.txt
or
tail -f log.txt - to see actual output from the script
zaaron
---------
GetLokal Reviews