When developing software, mostly Perl programs, on
Windows XP I use the command line a lot. And one of the
commands I have learned to rely on is start
.
Now and then I have to open a certain directory in
the explorer program, for example to drag and drop
a zip file to Thunderbird in order to email it to
a customer. And just typing start
followed
by the directory name does the trick for me. And, no surprise,
start .
opens the current working directory,
and start ..
its parent. Moreover,
start somefile.txt
opens somefile.txt, in
my case, in TextPad, and start http://google.com/
opens the URL in a browser, in my case Firefox.
Read the rest of A Windows start alternative for Ubuntu.
Thanks peterix, I've added a note to the original blog post with your recommendation.
Note that your comment doesn't show up immediately. I review each comment before I add it to this site.
Check the Follow this page option if you want to receive an email each time a comment is posted to this page, including yours. A link to turn this option off will be included with each email.
Internet adresses will be converted automatically. You can use the following notation to specify anchor text for a link: [url=http://example.com/]example text[/url].
You should really use xdg-open instead. It's shorter and not dependent on gnome.