mv directory recursively

Hi there.
I'm sorry for this basic question.
How can I move directory recursively to the destination?

I tried
Code:
mv -R source_dir destination_directory
mv: illegal option -- R
usage: mv [-f | -i | -n] [-v] source target
       mv [-f | -i | -n] [-v] source ... directory
this command usually works on all other Linux systems ...
 
Back
Top