📜  !PROJECTS[@] - 任何代码示例

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

代码示例1
# This gives a "too many arguments" error as f* is expanded to the
# contents of the current directory
if [ "filename" == f* ]; then
  echo "Match"
fi