Linux

What ways are there for creating a new empty file?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • touch new_file
    • echo "" > new_file