May 03 2017 Bash special parameters By abernal The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. * ($*)linux
May 03 2017 Curl By abernal Tool to manage internet resources Set timeout to curl Set a 5 seconds timeout $ curl --max-time 5 https://domain.com/api/healthReference Manual