UNIX Command Example: mv - Move File(s) Directory(ies)
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
mv unix/* test2/
Here "mv" is the command to Move File(s) or Directory(ies). "unix/*" is the source to be moved. "test2/*" is the destination to move. If everything went well we should get some interesting result as follows as desired:

No comments:
Post a Comment
leave your comments here..