Mac OS X command line tab completion
The command line completion feature is turned on by default on Mac OS X systems, you only need to know how to use it.
When typing a command in the shell of a terminal window, you can simplify your life with the file/directory tab autocompletion feature. Consider that the current directory contains these two directories: Backup files, and Books. If you want to switch into the Backup Files directory, type:
where
A common problem in using command line interfaces on systems with graphical interfaces is that spaces in filenames, while simple in a GUI, complicate things in a command line because shells typically use a space to separate command line parameters. The shell is smart enough to place a backslash before a space in the subsequent autocompleted command line, so the finished command will become:
Also see ...
H3A stumbling block for those souls who have been reared on Windows systems but have seen the light and moved to a Mac is the single button mouse. But wait, there's no need to rush out and buy a two button mouse just for this./H3PTo simulate a right mouse button click while using a one button
H3For the sake of security, recommendations say to have unique, complex passwords. Most people have a hard time remembering these and will eventually forget one. Forgetting the root password on a Mac system can seem devastating, but this recipe will show an easy way to recover./H3PIf you hav
H3Some web pages may use a font size that doesn't render properly in different browsers on various platforms. If you find yourself squinting at a web page, this simple keyboard shortcut can help./H3PTo increase the font size of the current web page, press span style="font weight: bold"comma
H3Copying files from your iPod to your Apple system is easy. Here are the commands./H3PAfter seeing a a href="http://www.tech recipes.com/entertainment_tips1310.html" target="_blank" class="postlink" rel="nofollow"recent tutorial on copying files from your iPod to your PC/a, I wanted to s
H3If you download a DMG file and need to write it to a CD or DVD but don't have the necessary drive on your Mac, you can convert it to the Window's friendly ISO format using the hdiutil command./H3PThe hdiutil command is only available in Mac OSX so these steps must be performed on the Mac sid
