Which command would you use to apply a diff file to an original?
A.
cat diff-file << kernel
B.
cat diff-file >> kernel
C.
patch > diff-file
D.
patch < diff-file
E.
patch << diff-file
Which command would you use to apply a diff file to an original?
Which command would you use to apply a diff file to an original?
A.
cat diff-file << kernel
B.
cat diff-file >> kernel
C.
patch > diff-file
D.
patch < diff-file
E.
patch << diff-file