You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to get a command with a non-zero exit code in presence of such file system errors. However, having to output all the paths makes this much slower than running quietly.
Ideally one or more of the following alternatives should work.
1 Output errors even when rest is silenced --show-errors -q
I'd like to use
fd
for checking for presence of stale file handles. Currently I can do:to get a command with a non-zero exit code in presence of such file system errors. However, having to output all the paths makes this much slower than running quietly.
Ideally one or more of the following alternatives should work.
1 Output errors even when rest is silenced
--show-errors -q
2 When there are file system errors output a non-zero exit code
3 Option to give non-zero exit code in presence of file system errors
would either exit with non-zero exit code on first file system error or after everything if there was any file system error.
The text was updated successfully, but these errors were encountered: