cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Moving Files
Moving Files
Mar 30, 2011 at 3:29pm UTC
ccund001
(24)
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?
Apr 6, 2011 at 5:13am UTC
techie07
(18)
use "cp" command
cp * NEW_DIR/
or
cp /home/user/* /home/nweuser/
~Gorav
http://www.kgsepg.com
Apr 10, 2011 at 1:28pm UTC
Whiterava2
(1)
.. interesting
Topic archived. No new replies allowed.