That’s already the friendly variant. Traditional find has a mandatory path as first argument, so to find in the current directory you need to do find .
It also doesn’t know if it really is a path - it just prints that as a likely error. You might just have messed up quoting an argument.
That’s already the friendly variant. Traditional find has a mandatory path as first argument, so to find in the current directory you need to do
find .
It also doesn’t know if it really is a path - it just prints that as a likely error. You might just have messed up quoting an argument.