The read command takes input from the keyboard and assigns it to a variable. Here is an example: #!/bin/bash echo -n "Enter some text > " read text echo ...
確定! 回上一頁