IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Useful tip
..for editing a lot of files that have the same grepped-for token:
\nvi $(find . -name <expr> -exec grep --with-filename <token> {} \\; | cut -f1 -d: | uniq)\n


Replace <expr> with file matching pattern and <token> with your greppage input.
-drl
New Shorter tip
vi $(find . -name pattern -print0 | xargs -0 grep -l pattern )\r\n
--\r\n
Karsten M. Self [link|mailto:kmself@ix.netcom.com|kmself@ix.netcom.com]\r\n
[link|http://kmself.home.netcom.com/|http://kmself.home.netcom.com/]\r\n
What part of "gestalt" don't you understand?\r\n
[link|http://twiki.iwethey.org/twiki/bin/view/Main/|TWikIWETHEY] -- an experiment in collective intelligence. Stupidity. Whatever.\r\n
\r\n
   Keep software free.     Oppose the CBDTPA.     Kill S.2048 dead.\r\n[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html]\r\n
New That is better :)
-drl
     Useful tip - (deSitter) - (2)
         Shorter tip - (kmself) - (1)
             That is better :) -NT - (deSitter)

The world of cereal is a rich and exciting one, and no mistake.
28 ms