Moderate

Which of the following commands is used to view your file 24 lines at a time ?

Correct answer: A. pg

  • A. pg
  • B. cat
  • C. lp
  • D. /p

Explanation

`pg` displays a file page by page, traditionally showing about 24 lines per screen on a standard terminal. `cat` outputs the entire file continuously, while `lp` sends it for printing.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions