Interviewer And Interviewee Guide

Linux OS Interview Question:

You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?

Submitted by: Administrator
tail -15 dog cat horse

The tail utility displays the end of a file. The -15 tells tail to display the last fifteen lines of each specified file.
Submitted by: Administrator

Read Online Linux OS Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.