settings
match
get_new_command
side_effect
Rule
Command
types
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