![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| modifying grep to get files only within last 2 hrs | ragha81 | Shell Programming and Scripting | 3 | 01-11-2007 03:11 PM |
| modifying grep to return latest files | ragha81 | Shell Programming and Scripting | 4 | 12-28-2006 12:09 PM |
| Perl - Appending/Modifying Excel files | srinivay | Shell Programming and Scripting | 2 | 01-10-2005 02:46 AM |
| compiling and linking 2 C files ...?? | abdul | High Level Programming | 4 | 10-02-2001 07:23 AM |
| How can I ... (Modifying large ASCII files) | hviktor | UNIX for Dummies Questions & Answers | 2 | 07-20-2001 07:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
modifying C file and linking back to project files
hi,
This is the first time I work in a big C project. All source code files are located in say directory /source/pp and all header files are in /include/pp. I've created a link to both of these directories from my home dir, say /home/ss. So in the /home/ss dir I have the /source/pp and /include/pp directories which are really links. Now, I want to modify one of the C files in /source/pp. I can't do it directly from the /source/pp directory...that's why i created the links to these folders. I created another directory in /home/ss from which I could work in. My question is, how can I get a file from the /source/pp directory, modify it and link it to all the other c files and header files? |
| Forum Sponsor | ||
|
|
|
|||
|
Instead of making symbolic links to the directories, how about making symbolic links to the files? When you need to modify a file, delete the link and make it real copy instead.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|