Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:35 AM
04-19-2005 06:35 AM
big diff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:37 AM
04-19-2005 06:37 AM
Re: big diff
53196,53202d51580
<
<
<
<
<
<
<
53264c51642
<
---
>
53360d51737
<
53361a51739
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:38 AM
04-19-2005 06:38 AM
Re: big diff
I used bdiff file1 file2
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:44 AM
04-19-2005 06:44 AM
Re: big diff
/usr/bin/dos2ux
dos2ux(1) dos2ux(1)
NAME
dos2ux, ux2dos - convert ASCII file format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:53 AM
04-19-2005 06:53 AM
Re: big diff
then I ran a diff. however my diff output file is kind of complex. Is there any way I can get one report that shows what I need to add to file a to make it equal to file b.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:57 AM
04-19-2005 06:57 AM
Re: big diff
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 06:58 AM
04-19-2005 06:58 AM
Re: big diff
my output is huge.
looks like:
> @="C:\\Program Files\\Common Files\\System\\ado\\msado15.dll"
> "ThreadingModel"="Both"
> "Class"="ADODB.ParameterClass"
> "Assembly"="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
> "RuntimeVersion"="v1.0.3705"
322a331,335
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0000050B-0000-0010-8000-00AA006D2EA4}\InprocServer32\7.0.3300.0]
> "Class"="ADODB.ParameterClass"
> "Assembly"="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
> "RuntimeVersion"="v1.0.3705"
>
324c337
< @="ADODB.Parameter.2.80"
---
> @="ADODB.Parameter.2.5"
333c346
< @="C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll"
---
> @="C:\\Program Files\\Common Files\\System\\ado\\msado15.dll"
334a348,350
> "Class"="ADODB.ConnectionClass"
> "Assembly"="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
> "RuntimeVersion"="v1.0.3705"
335a352,356
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00000514-0000-0010-8000-00AA006D2EA4}\InprocServer32\7.0.3300.0]
diff_file1 (1%)
But it will take forever to make file "a" look like file "b".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:00 AM
04-19-2005 07:00 AM
Re: big diff
You should be able to use diff, as diff only uses about 6 times the file size.
Additionally use the -w (ignore whitespace) option:
diff -w file1 file2
If the cr/lf's are causing problems, then use the dos2ux utility someone pointed out.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:04 AM
04-19-2005 07:04 AM
Re: big diff
diff -w -i file1 file2
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:07 AM
04-19-2005 07:07 AM
Re: big diff
c:\> regedit /E HKEY_LOCAL_MACHINE/Software/Microsoft/Windows hklm.txt
otherwise the files will be huge. Clean the files with:
$ sed "s/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:40 AM
04-19-2005 07:40 AM
Re: big diff
the registry key looks like:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1E083962-829F-11D3-AB5D-00C04F9407B9}]
@="MSOLAPClient Class"
when I run my diff on badbox and good box like 'diff -i -w badbox goodbox > diff_file'
and I do a grep -i olap on diff_file, I dont see anything. for some reason, the diff is not seeing any difference in the files regarding 'olap, even though I know they are different. what is stopping 'diff' from seeing the difference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 07:44 AM
04-19-2005 07:44 AM