creating a new file in a new sub directory?

Roland Illig roland.illig at gmx.de
Sat Jan 17 10:56:28 UTC 2009


Andrew Borodin schrieb:
> There are several ways in command line to create a new file.
> For example:
> 
> $ touch new_file
> $ echo > another_new_file

Or, even simpler:

$ >new_file

Just in case that Shift-F4 doesn't work in your terminal.

Roland



More information about the mc mailing list