📜  使用 -i 建议答案 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:10.586000             🧑  作者: Mango

代码示例1
read -e -p "Enter the path to the file: " -i "/usr/local/etc/" FILEPATH
echo $FILEPATH