StackOverflow 文件 Bash 教程 Bash 引數擴充套件 從字串末尾刪除模式 從字串末尾刪除模式 Created: November-22, 2018 最短匹配: $ a='I am a string' $ echo "${a%a*}" I am 最長的匹配: $ echo "${a%%a*}" I 引數擴充套件和檔名預設值替換