If we have a dir/file setup like the following
var
|-->usr
| |-FileA
| |-FileB
| |-FileC
| |-FileD
How can I move FileA and FileD without specifying the path twice like in the following cmd?
mv /var/usr/FileA /var/usr/FileB /home