$ mv foo ~/some/path/ mv: cannot create regular file `/home/bart9h/some/path/': Is a directory $ mkdir -p ~/some/path/ $ mv foo ~/some/path/ $ :( bash: syntax error near unexpected token `newline' $ $ $ pacman -Sy coreutils (... upgrades package ...) $ $ $ mv -vp foo ~/some/path/ mv: created directory `/home/bart9h/some' mv: created directory `/home/bart9h/some/path/' `foo' -> `/home/bart9h/some/path/foo' $ alias mv='mv -p' $ :) bash: syntax error near unexpected token `)' $
- bug#5926: feature request: mv -p to create missing targe... Rodolfo Borges
- bug#5926: feature request: mv -p to create missing ... Bob Proulx
- bug#5926: feature request: mv -p to create miss... Rodolfo Borges
- bug#5926: feature request: mv -p to create ... Bob Proulx
- bug#5926: feature request: mv -p to cre... Alan Curry
- bug#5926: feature request: mv -p t... Bob Proulx
- bug#5926: feature request: mv -p to cre... Stefano Lattarini
- bug#5926: feature request: mv -p t... Rodolfo Borges
- bug#5926: feature request: mv -p t... Andreas Schwab
- bug#5926: feature request: mv ... Stefano Lattarini
- bug#5926: feature request: mv -p t... Jim Meyering
