i know this is a reaaaally noob question but how can i copy the contents of a folder without copying the folder itself? here's what i have so far:
Code:
sudo cp -a /wubi/ /media/ubuntu/
this gives me a folder called wubi inside /media/ubuntu/. i just want the contents of wubi. any ideas?