In bash scripts, assigning the output of a command to variables can be ... #!/bin/bash GREEN=$(tput setaf 2) echo "${GREEN}Please" ...
確定! 回上一頁