What's wrong with this command:
nmcli c up uuid "$nmcli -t -f uuid c"
How can I fix it?
"$nmcli -t -f uuid c"
is a uuid needed after nmcli c up uuid
.
What's wrong with this command:
How can I fix it?
|
||||
|
Use backticks or Note that
|
|||||
|