![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| recursive wc on a directory? | bimba17 | UNIX for Dummies Questions & Answers | 13 | 06-21-2009 12:51 PM |
| non recursive search in the current directory only | puppala | Shell Programming and Scripting | 9 | 08-21-2008 02:03 PM |
| Directory Recursive Files 0.4 (Default branch) | iBot | Software Releases - RSS News | 0 | 08-20-2008 05:50 PM |
| copy files from one directory to another directory | zip_zip | UNIX for Dummies Questions & Answers | 5 | 09-14-2003 07:16 PM |
| recursive copy of hidden files | usfrog | UNIX for Advanced & Expert Users | 2 | 02-19-2002 03:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
recursive copy of the directory
I want to copy a directory recursively ( it again has directories) and the directory is on windows and is nfsmounted in vxWorks, i am using unix to develop the code for this, can any one suggest me how to copy the directories recursively.
|
|
||||
|
I am using vxworks as an operating system, and "cp" here only will be able to copy a file.
vxWorks has function xcopy which does recursive copy, but when i use same function to copy the NFS Mounted directory(it is a directory on windows) it is not working properly. So as an alternative i want a code which can do the same operation on vxworks based machines. |
|
||||
|
Well i think it should work fine unless you are breaching the limitations..... the maximum depth of subdirectories is 20, and at least 16 Kbytes of stack space should be available to avoid stack overflow.
Try to check it for small no of sample sub directories.. and see if it works.. |
|
||||
|
Well i think it should work fine unless you are breaching the limitations..... the maximum depth of subdirectories is 20, and at least 16 Kbytes of stack space should be available to avoid stack overflow.
Try to check it for small no of sample sub directories.. and see if it works.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|