Multiple choice technology programming languages

How to create a new file without opening it?

  1. touch filename

  2. pico filename

  3. less filename

  4. more filename

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'touch' command creates an empty file without opening it. 'pico', 'less', and 'more' are file viewers/editors that open the file. Option A is correct.