mirror of
https://github.com/nvbn/thefuck.git
synced 2026-02-08 08:42:15 +00:00
In bash the output for the command `rm -f foo/` is:
rm: cannot remove ‘foo/’: Is a directory
And not:
rm: cannot remove ‘foo/’: is a directory