寒假Shell作業_01

題目: 1. #!/bin/bash a=`whoami` #或者使用命令id-un也可以用來查看當前用戶是誰 b=`pwd` echo 'Your current status is '$a echo 'Your current catalogue is '$b 2. #!/bin/bash read -p "請輸入你的生日(格式爲:MMDD):" birthday #獲取用戶輸入的生日
相關文章
相關標籤/搜索