Posts
May 25, 2007 • 1 min read • Technology
grep to search for file content or rpm -qa output
In order to search a specific directory (path_to_directory) and all its subdirectories r for recursive) for files that contain a specific text string, use the following command:grep -r "textstring" path_to_directoryAlso very useful is to pipe the output of another process into grep.
May 25, 2007 • 1 min read • Technology
Dubugging GCK2.5 under wine
The new window that fails to be displayed, contains (when run natievly under W2K) the following text (and radio buttons for the four different file types):Select File Type Contruct (Ctrl-C)Illustration (Ctrl-I)List (Ctrl-L)Gel (Ctrl-G)New File NameOKCancelThe text associated with the different radio buttons appears first in the debug file in the following lines (as determined by the command "grep -n "List" all_output List_output", etc): 3890577 Gel3885836 Illustration3881107 List3876329 ConstructThat is within the range where we predicted the error to be.
May 25, 2007 • 2 min read • Technology
Debugging GCK2.5 under wine
GCK2.5.9 works with wine (crossover office 2.01 version).
May 25, 2007 • 1 min read • Technology
Changing environment variables (env, csh, bash)
I just install BackupPC.
May 25, 2007 • 2 min read • Technology
BackupPC (and MacOS X)
BackupPC seems to be a cool application.
May 24, 2007 • 1 min read • Technology
What Text Editor for Linux?
I have been using emacs (or Xemacs) so far, but now I started to use Nedit.