The Forgotten Power of the Command Line

| 0 Comments | 0 TrackBacks
A 1990s computer mouse, with the most common s...

Image via Wikipedia

I recently found myself having to change a files extension from '.txt' to '.cfg'.  The program I was using expected a configuration file with a very specific name including the extension.  No problem I thought as I launched the Windows Vista file manager and proceeded to right click and select rename.  I appended '.cfg' and hit enter. But now I found myself now looking at a file named 'autoexec.cfg.txt' which my program still disliked.  I proceeded to spend time looking through menus, both right click and otherwise, without success.  Windows Vista was determined to keep the files original extension in spite of my best efforts.  Searching Google revealed many sites that offered to walk me through the steps to unlock hidden fields, change folder presentation settings, and some that even offered me programs I could download for this renaming task.  Are you kidding me?  Download a program to rename a file?

Enter the command line.  What would have been a multiple step clickfest was boiled down to one command:

rename autoexec.cfg.txt autoexec.cfg

I think graphical interfaces and mouse input often make tasks harder than they need be.  Sorry mouse, in this case the command line was clearly better.

No TrackBacks

TrackBack URL: http://www.bonetruck.org/cgi-bin/mt-tb-0108.cgi/30

Leave a comment

Recent Entries

Traditional Data Backup and Clouds, They Don't Mix
People are enamored with "cloud computing" these days.  It's featured in TV commercials, vendor certifications, magazine articles, and industry analyst…
Quick Start to Web App Development with the Snap Framework and OpenBSD
The Haskell based Snap Framework is now available via the OpenBSD ports tree.  If you enjoy writing your programs in…
Three Steps to a Free Laptop Backup
I use Dropbox to maintain a near real-time backup of my important data. You can too. Here's how to get…