mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 04:18:55 +00:00
When adding directories using `mkdir`, intermediate directories have to exist, unless you specify the `-p` option: $ mkdir foo/bar/baz mkdir: foo/bar: No such file or directory $ fuck mkdir -p foo/bar/baz