Moving Files

what type of command would you us copy all the files in one directory to insert them into a newly created file, in a different directory?
use "cp" command

cp * NEW_DIR/

or

cp /home/user/* /home/nweuser/



~Gorav
http://www.kgsepg.com
.. interesting
Topic archived. No new replies allowed.