我写了一个shell脚本。我有个问题。我运行我的脚本并有一个错误我的错误如下,
find: warning: Unix filenames usually don't contain slashes (though pathnames do).
That means that '-name 'computer/'' will probably evaluate to false all the time on this system.
You might find the '-wholename' test more useful, or perhaps '-samefile'.
Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ `computer/''.
/behome/computer/.mozilla
/behome/computer/.mozilla/extensions
/behome/computer/.mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
...