View Single Post
Old 04-05-2014, 12:52 AM   #89
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by avantman42 View Post
If you use the terminal much, tab completion is absolutely fantastic. It will also automatically escape characters that need escaping. For example, if I have a file named "Gregg's book.epub" and I want to convert it to mobi, I type:
Code:
ebook-convert G
then hit tab, it auto-completes to:
Code:
ebook-convert Gregg\'s\ book.epub
If you could then type G and hit tab it'll auto-complete using the same file name. You can then backspace to delete the epub extension, and type in the new mobi extension.
Thanks Russ. I will use the terminal fairly much and I have a lot of files with really long names so I'm sure the auto complete will come in very handy. The "escape" is going to take a while to sink in, but eventually I'll get it. Thanks a lot for sharing it.
Gregg Bell is offline   Reply With Quote