UNIX Command Example: cp - Copy File(s) & Directory(s)
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
cp unix/* test/ ls test
Here "cp" is the command and "unix/*" & "test/" are source & destination respectively. Finally "ls test" is the command to check whether files have been copied or not. If everything went well you should get some result as follows as desired:

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