![]() |
Working enviorment |
| Home page | Curriculum Vitae | Acid | Face detection and recognition | Papers | Wonder computer | DarkCut | Dark | Environment | Tips | Links | |
|
My working environment is very useful for working with several files at the same time. I use mostly the Vim editor, although Kwrite is getting some attention from me nowadays. Keeping two overlapped Vim consoles, one small konsole for 'make' and 'debug' and always gkrellm, really helps when developing an application.
Vim configurationIt is a very simple one (named and located at ~/.vimrc):
set ts=3 Bashrc configurationNamed and located at ~/.bashrc:
# .bashrc Search and replace recursive stringsA very common task that I had trouble to manage was to search and replace a string in a recursive way. In the following example I'm replacing the word 'xtrato' to 'xtracto' in ALL files from the current location. You should backup your data before using this script.
for n in `grep -l 'xtrato' * -r`; |
Filipe António Gonçalves Tomaz![]() |
This page is hosted in the University of Algarve Last update: Mon, 25 Aug 2003 19:09:10 GMT |