Skip to content

Commit 54eaeb0

Browse files
committed
Update help.txt and README
1 parent 7e7a4fc commit 54eaeb0

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

Diff for: .help.txt.swp

12 KB
Binary file not shown.

Diff for: Help.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Naman Modi
2+
SY IT
3+
111708037
4+
5+
I have LSC(longest common subsequence) algorithm, and read it from geeksforgeeks.
6+
I have discussed about the algorithms with Omkar and Bhaskar, from SYIT and SYCOMP respectively.
7+

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# DSA_Implementing_Diff_and_Patch_Linux_Commands
22

3-
In this project, I will try to implement the diff and patch linux commands, and the attributes -y -c -r -t -w -b -i of diff.
3+
Naman Modi
4+
SY IT
5+
111708037
6+
7+
In this project, I have implemented the diff and patch linux commands, and the attributes -c -w -b -i of diff. In patch I have considered patching
8+
through -c output of diff as well as normal output of diff.
9+
My ./project1 is for diff operation.
10+
My ./project2 is for patch operation.

Diff for: test.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
./project1 1.c 2.c >1.patch
2+
3+
./project1 -c 1.c 2.c >2.patch
4+
5+
./project1 -i -b 1.c 2.c
6+
7+
./project1 -b -c 1.c 2.c
8+
9+
./project1 -ibwc 1.c 2.c
10+
11+
./project2 1.c 1.patch
12+
13+
./project2 1.c 2.patch

0 commit comments

Comments
 (0)