在运行 find 命令以查找当前目录中的所有 jpg 文件时
find . -maxdepth 1 -type f -name *.jpg
我收到错误消息:
find: paths must precede expression: pic1 (1).jpg
Usage: find [-H] [-L] [-P] [-Olevel] [-Dhelp|tree|search|stat|rates|opt|exec] [path...] [expression]
我无法弄清楚那有什么问题。