📅  最后修改于: 2022-03-11 14:57:46.652000             🧑  作者: Mango
# 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