2008/12/15 Tarin Mahmood <[email protected]>: > If I remember correctly you don't need * with -R (recursive) option.
They are different commands. cp -R f1 f2 cp -R f1/* f2 First one copies everything including the folder f1. While second one copies all things inside f1. -- M. Nasimul Haque, M.Sc.(SUST) Wessex Institute of Technology Southampton, UK -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
