📌  相关文章
📜  如果字符串不以 bash 开头 - Shell-Bash 代码示例

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

代码示例1
Just appreciate solution using "" regex for string ending with slash:
if[[ "some_string" != starting_string* ]]; then ...//some code