creating a new file in a new sub directory?

2009-01-17 Thread Keith Roberts
After creating a new subdirectory with mc, is there any way to create a new file in that subdir? I know F4 opens an existing file for editing, but how do I create a completely new file in that dir? At the moment I have to copy an empty file to the new subdir, before I can edit it. Kind

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

2009-01-17 Thread Andrew Borodin
On Sat, 17 Jan 2009 09:09:18 + (GMT) Keith Roberts wrote: After creating a new subdirectory with mc, is there any way to create a new file in that subdir? I know F4 opens an existing file for editing, but how do I create a completely new file in that dir? Shift-F4 creates an new empty

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

2009-01-17 Thread Roland Illig
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 ___ Mc

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

2009-01-17 Thread Keith Roberts
On Sat, 17 Jan 2009, Andrew Borodin wrote: To: mc@gnome.org From: Andrew Borodin aboro...@vmail.ru Subject: Re: creating a new file in a new sub directory? On Sat, 17 Jan 2009 09:09:18 + (GMT) Keith Roberts wrote: After creating a new subdirectory with mc, is there any way to create a new