![]() |
|
|
|
|
|||||||
| 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 |
| To find the time difference between two lines of the same log file | satyakam | Shell Programming and Scripting | 2 | 04-30-2008 07:46 AM |
| Command to find how many disk arrays and versions | Mohammed | Shell Programming and Scripting | 1 | 02-08-2007 02:10 AM |
| File Versions (GDG) | Bizcut | UNIX for Dummies Questions & Answers | 0 | 07-27-2005 06:50 AM |
| Difference between locate and find | camerja1 | UNIX for Dummies Questions & Answers | 1 | 06-25-2002 10:55 AM |
| different versions of the same file. | deeptia | Shell Programming and Scripting | 2 | 03-26-2002 08:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have a c file in my repository. We are using RCS(Revision Control System) to control and manage the versions. I need to find 1. Difference between the current version with a different version 2. Difference between any two different versions of a file. Ex Difference between 1.14 and 1.15 Thanks in Advance Elangovan K |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Code:
rcsdiff -r1.14 -r1.15 -u file Tell your manager it's silly to ask you to use a tool without offering even basic training for its use. |
|||
| Google The UNIX and Linux Forums |