Take an example, you want to close a tab in firefox. Take your mouse to cross button and than click or simply say CTRL-w. Interesting, right. Linux has got a really powerful shell. You can almost write a program there. See the following code -
$ for f in *.c
> do cp -p $f OLD_$f
> doneIt will find every filename ending with .c in the current directory and makes a copy with OLD_ preceding the filename.
Read this to know the power of CLI. If the link asks you to register, than continue reading the blog. I have dumped the contents in the post.