Computer Science, asked by biswassatarupa7, 1 month ago

Write the unix command to show the last 3 lines of a file named Project.​

Answers

Answered by NerdALERTbabY
1

Answer:

To look at the last few lines of a file, use the tail command. tail works the same way as head: type tail and the filename to see the last 10 lines of that file, or type tail -number filename to see the last number lines of the file.Explanation:

I decided to think.

Similar questions