![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help with cpio on HP-UX | soestx | HP-UX | 3 | 01-13-2006 03:07 PM |
| <LF> versus <CR>/<LF> | jerardfjay | Shell Programming and Scripting | 1 | 10-20-2005 03:09 PM |
| cpio | kok | UNIX for Dummies Questions & Answers | 2 | 08-12-2004 05:57 AM |
| CTRL+H versus ^? versus BACKSPACE | alan | UNIX for Dummies Questions & Answers | 3 | 07-23-2003 10:08 AM |
| cpio | wipro fluid power | UNIX for Dummies Questions & Answers | 2 | 06-18-2001 07:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
cpio versus cp
I am copying a file system to another one. someone suggest me use
find . -print |cpio -pdmv but I think cp -r should do the same thing. Am I right? In addition, by using " find . ", I got all the file names,, why do I have to use the -print option? Thanks a lot! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It may treat links differently?
historical/portability reasons. |
|||
| Google The UNIX and Linux Forums |