4번독수리의 둥지
Difference between $() and () in Bash 본문
$(cmd) substitutes the result of cmd as a string, whereas (cmd; cmd) run a list of commands in a subprocess.
https://stackoverflow.com/questions/39110485
$(cmd) substitutes the result of cmd as a string, whereas (cmd; cmd) run a list of commands in a subprocess.
https://stackoverflow.com/questions/39110485