Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. The command syntax to display the file 'sample.txt' one page at a time is
  2. A.
    man sample.txt>more
    B.
    cat sample.txt
    C.
    cat sample.txt|more
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    cat sample.txt|more


Be The First To Comment