sh 通常,它建议为bash提供复杂提示的方法是内置读取,可能包括转义序列和shell变量

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 通常,它建议为bash提供复杂提示的方法是内置读取,可能包括转义序列和shell变量相关的知识,希望对你有一定的参考价值。

read -rsn 1 -p $'Press c to cancel. Any other key to try again.\n' keypress
read -rsn 1 -p "$(printf "Press '%s' to cancel. Any other key to try again." \
  "$key")"$'\n' keypress

以上是关于sh 通常,它建议为bash提供复杂提示的方法是内置读取,可能包括转义序列和shell变量的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu系统下bash和dash的区别

Bash(Shell)基础知识

linux信号解释--bash下的理解

sh 缩短bash提示

sh Bash通用是/否提示功能(“询问”)

sh Bash通用是/否提示功能(“询问”)