For text file named guest_list containing 12 lines if we execute the following command. What is the result?# split -4 guest_list gl

  1. The lines of guest_list are evenly divided among new files glaa, glab, and glac

  2. The first four columns in the text are written to new files aagl, abgl, acgl, and adgl.

  3. The lines of guest_list are evenly divided among new files aagl, abgl, and acgl.

  4. The first four columns in the text are written to new files glaa, glab, glac, and glad.


Correct Option: A

Find more quizzes: