I am trying to execute the following in a shell script:
The tcsh does not like () I can't figure how to quote the braces to make the command acceptable.
Thanks for any help.
Code:
/usr/local/bin/wget -t 25 -o dwnldlog https://opendata.arcgis.com/datasets/c5caefe76b3c4a519711a8489f6def51_21.csv?where=DATE_REPT>=GETDATE()-44
Thanks for any help.