<div dir="ltr">What I meant was GUI IDEs such as Eclipse and Netbeans instead of vim and emacs.<br><br>And for the kicker, see attachment :-)<br><br>Dave.<br><br><br><br><div class="gmail_quote">On Sat, Feb 7, 2009 at 21:46, Oron Peled <span dir="ltr">&lt;<a href="mailto:oron@actcom.co.il" target="_blank">oron@actcom.co.il</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>On Saturday, 7 ×‘February 2009, Dave Roi wrote:<br>
&gt; Every single task a Linux user (user, not administrator) or even a<br>
&gt; programmer will ever want to do, he can do it using GUI alone.<br>
</div>--^^^^^^^^^^ What?&nbsp;</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Let&#39;s start with iteration. Just inform us when your mouse<br>
gets dizzy from going in circles...<br>
<br>
<br>
 &nbsp;for i in `cut -d: -f1 /etc/passwd`<br>
 &nbsp;do<br>
 &nbsp; &nbsp;if ! echo &quot;Linux party in 5 minutes&quot; | write &quot;$i&quot; 2&gt;/dev/null<br>
 &nbsp; &nbsp;then<br>
 &nbsp; &nbsp; &nbsp; echo &quot;You missed a great Linux event&quot; | mail &quot;$i&quot;<br>
 &nbsp; &nbsp;fi<br>
 &nbsp;done<br>
<br>
If that&#39;s hard, let&#39;s take something simpler -- try to achieve<br>
what pipes are doing with a GUI -- here is a starter for you:<br>
<br>
 &nbsp;ps -ef | cut -c53- | awk &#39;{print $1}&#39; | sort | uniq -c | sort -n<br>
<br>
(the result is left as an exercise to the reader).<br>
<br>
This doesn&#39;t mean there aren&#39;t tasks that are easier with a GUI.<br>
As a generalization, GUI is simpler for rarely used tasks (because<br>
it guides you), while command-line rules for repetitive tasks.<br>
<font color="#888888"><br>
--<br>
Oron Peled &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Voice: +972-4-8228492<br>
<a href="mailto:oron@actcom.co.il" target="_blank">oron@actcom.co.il</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.actcom.co.il/%7Eoron" target="_blank">http://www.actcom.co.il/~oron</a><br>
First we take Manhattan , then we take Berlin...(Leonard Cohen).<br>
Linux and Open Source - The Revolution of Choice<br>
<br>
</font></blockquote></div><br></div>