Pages

Wednesday, May 15, 2013

How to create an empty or blank file in Linux Ubuntu

Use the touch command, as shown below to create an empty file. In the below example, the file "myexamplefile" is created.

touch myexamplefile

No comments:

Post a Comment