sh 提示用户输入 (read)

#!/bin/bash

read -p "请输入密码:" passwd  # -p 提示符
echo ${passwd}
posted @ 2023-12-27 10:29  Tarzen  阅读(29)  评论(0编辑  收藏  举报