Moderate

Which command allows you to view your file 24 lines at a time ?

Correct answer: B. pg

  • A. more
  • B. pg
  • C. cat
  • D. lp

Explanation

pg displays text one page at a time and is traditionally associated with viewing a file in fixed screen-sized pages, such as 24 lines. cat dumps the entire file, 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