Multiple choice technology programming languages How to create a new file without opening it? touch filename pico filename less filename 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.