I'm a little confused regarding the mv command. I wish to move a directory, its sub-directories and files within one file system to another file system without the source directory becoming a subdirectory of the target directory. Example:
Source: /fs1/sub1/*
Target: /fs2/*
Suspected command syntax: mv /fs1/* /fs2/*
/fs2 directory is existing, but empty.
Would this accomplish the move correctly?
I'm running AIX at 4.3.3 ML8.
Any help to understanding the move is appreciated?
Source: /fs1/sub1/*
Target: /fs2/*
Suspected command syntax: mv /fs1/* /fs2/*
/fs2 directory is existing, but empty.
Would this accomplish the move correctly?
I'm running AIX at 4.3.3 ML8.
Any help to understanding the move is appreciated?