Hi gusy I am trying to learn Bash and cannot seem to get this basic script to work.
#!/bin/bash function system_info { echo \"function system_info\"
You need to invoke the function by saying:
system_info
$(...) is used for command substitution.
$(...)