[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: creating a new file in a new sub directory?



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]