<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_diffs</id>
	<title>Linux diffs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_diffs"/>
	<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Linux_diffs&amp;action=history"/>
	<updated>2026-05-07T17:12:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://workspace.onionmixer.net/wiki/index.php?title=Linux_diffs&amp;diff=357&amp;oldid=prev</id>
		<title>Onionmixer: diff 관련된 페이지 내용 추가</title>
		<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Linux_diffs&amp;diff=357&amp;oldid=prev"/>
		<updated>2013-04-02T09:09:14Z</updated>

		<summary type="html">&lt;p&gt;diff 관련된 페이지 내용 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Linux 에서 사용할 수 있는 diff 에 관한 몇가지 tip&lt;br /&gt;
&lt;br /&gt;
==diff==&lt;br /&gt;
&lt;br /&gt;
diff로 디렉토리를 비교하려는경우 다음과같이 하면 된다&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
diff -r sample_dir sample_dir2 | grep Only&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
다음의 사이트에서 내용을 참고했다.&lt;br /&gt;
&lt;br /&gt;
* http://greatgwanggaeto.tistory.com/13&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==cdirdmp===&lt;br /&gt;
&lt;br /&gt;
디렉토리를 비교하려는경우 다음의 어플을 사용해도 된다&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cdircmp&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
다음의 사이트에서 내용을 참고했다.&lt;br /&gt;
&lt;br /&gt;
* http://talkit.tistory.com/106&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==vbindiff==&lt;br /&gt;
&lt;br /&gt;
바이너리파일은 기본적으로 diff 를 사용할 수 없다. 그런경우는 다음의 어플을 사용하면 된다&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
vbindiff 파일이름1 파일이름2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[image:20130402_vbindiff.png]]&lt;br /&gt;
&lt;br /&gt;
console 에서 형식을 맞춰서 위와같이 실행하면 파일 2개에 대한 binary diff 를 볼 수 있다.&lt;br /&gt;
&lt;br /&gt;
틀린 부분만 보여지는게 아니라 파일 2개를 처음부터 끝까지 뒤로 넘겨가며 확인할 수 있다. 다른 부분은 붉은색으로 표시된다&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>