Question

tail+8, file1>file2 causes to

A copy top 8 lines of the file1 to file2
B remove top 8 lines of the file1 and copies remaining contents of the file1 to file2
C copy all lines except top 7 line in the file1 to file2
D none of these above
Answer & Explanation
Option: [C]