我的命令看起来像这样
find $PATH -name '$FILE.log' > /tmp/file-list.txt
我不断收到一条错误消息,上面写着
find: illegal option -- n
我在这里做错了什么?
linux find
find ×1
linux ×1