<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What do you want?</title>
	<atom:link href="http://bashcurescancer.com/what-do-you-want.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bashcurescancer.com/what-do-you-want.html</link>
	<description>Learn the UNIX/Linux command line</description>
	<lastBuildDate>Mon, 06 Jun 2011 01:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Desolator</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-47386</link>
		<dc:creator>Desolator</dc:creator>
		<pubDate>Thu, 27 Jan 2011 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-47386</guid>
		<description>Hi Admin,

can you explain the use of rsync command.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Admin,</p>
<p>can you explain the use of rsync command.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-4315</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Wed, 05 Mar 2008 04:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-4315</guid>
		<description>hi,
i have a request for help. here is a typical use case.
i have access to some 20 machine with different long names. i was trying to get autocomplete feature for hosts where i have already once been to. (from .ssh/known_hosts obviously) but could hook it up.  because i don know which hook to put and where :) and another i tried reading known_hosts file and its all encrypted on my box. 

can you please help with it.
thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
i have a request for help. here is a typical use case.<br />
i have access to some 20 machine with different long names. i was trying to get autocomplete feature for hosts where i have already once been to. (from .ssh/known_hosts obviously) but could hook it up.  because i don know which hook to put and where <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and another i tried reading known_hosts file and its all encrypted on my box. </p>
<p>can you please help with it.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathx</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-3163</link>
		<dc:creator>mathx</dc:creator>
		<pubDate>Thu, 07 Feb 2008 05:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-3163</guid>
		<description>wow my prompt didnt work well, somehow the processing of this text input box ate my 0!

ill insert spaces between every char

PS1=&#039; \ [ \ 0 3 3 [ 1 m \ ]&#039; to turn on bold.</description>
		<content:encoded><![CDATA[<p>wow my prompt didnt work well, somehow the processing of this text input box ate my 0!</p>
<p>ill insert spaces between every char</p>
<p>PS1=&#8217; \ [ \ 0 3 3 [ 1 m \ ]&#8216; to turn on bold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathx</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-3162</link>
		<dc:creator>mathx</dc:creator>
		<pubDate>Thu, 07 Feb 2008 05:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-3162</guid>
		<description>I have a bunch of hacks at my site: http://sizone.org/~math/hacks check them out. Pretty crappy coding there, but stuff works :)

as for prompts, i have a nice huge monitor now and lose my prompt up the screen trying to figure out where the last cmd i ran started on screen, so I make it bold:

PS1=&#039; \[33[1m\]\u@\h `date +%m%d\ %H%M%S` \w&gt;\[33[0m\]&#039;

at some font levels, bold doesnt look good, so I use screen&#039;s attrcolor b &#039;-b M&#039; to make all bold magenta, for eg. makes prompts easy to find!

Problem with this prompt is that bash when it goes to erase stuff INCLUDES the prompt&#039;s literal definition of number of characters to delete when clearing backwards, whereas the displayed # of chars is different (all those escapes dont display), so you sometimes get a mess - a WORKAROUND FOR THAT would be great, if you have one.</description>
		<content:encoded><![CDATA[<p>I have a bunch of hacks at my site: <a href="http://sizone.org/~math/hacks" rel="nofollow">http://sizone.org/~math/hacks</a> check them out. Pretty crappy coding there, but stuff works <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>as for prompts, i have a nice huge monitor now and lose my prompt up the screen trying to figure out where the last cmd i ran started on screen, so I make it bold:</p>
<p>PS1=&#8217; \[33[1m\]\u@\h `date +%m%d\ %H%M%S` \w&gt;\[33[0m\]&#8216;</p>
<p>at some font levels, bold doesnt look good, so I use screen&#8217;s attrcolor b &#8216;-b M&#8217; to make all bold magenta, for eg. makes prompts easy to find!</p>
<p>Problem with this prompt is that bash when it goes to erase stuff INCLUDES the prompt&#8217;s literal definition of number of characters to delete when clearing backwards, whereas the displayed # of chars is different (all those escapes dont display), so you sometimes get a mess &#8211; a WORKAROUND FOR THAT would be great, if you have one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lombardo</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-3050</link>
		<dc:creator>Peter Lombardo</dc:creator>
		<pubDate>Tue, 05 Feb 2008 02:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-3050</guid>
		<description>Here are a couple ideas of things I&#039;ve haven&#039;t gotten around to looking into:

I&#039;ve been using TMOUT to log out consoles I leave sitting around.  But on timeout I wanted to run a program instead of logging out.  (like a screen lock program such as cmatrix)  The problem is that on TMOUT, it logs out and kills all running jobs.

Possibly not directly related to bash but are there simpler alternatives to screen?  Possibly bash instances we can reattach to?

How about a 10 second explanation into the initialization of bash.  Which gets called when always confuses me with .bash_profile &amp; .bashrc.  What about a debug mode that echos which files are being read?

I have yet to find a features matrix between all of the shells.  e.g. bash vs ksh vs csh vs others etc...

No one has implemented bash &#039;themes&#039;?  Such as bash init files that I can source to set font colors, prompts, enable features etc???

Top 10 bash tweaks would be cool.

That&#039;s all I have as a laundry list of things I haven&#039;t had time to look into...hope it helps.  I&#039;d be very interested to see your thoughts on the above.

Regards.
Peter Lombardo</description>
		<content:encoded><![CDATA[<p>Here are a couple ideas of things I&#8217;ve haven&#8217;t gotten around to looking into:</p>
<p>I&#8217;ve been using TMOUT to log out consoles I leave sitting around.  But on timeout I wanted to run a program instead of logging out.  (like a screen lock program such as cmatrix)  The problem is that on TMOUT, it logs out and kills all running jobs.</p>
<p>Possibly not directly related to bash but are there simpler alternatives to screen?  Possibly bash instances we can reattach to?</p>
<p>How about a 10 second explanation into the initialization of bash.  Which gets called when always confuses me with .bash_profile &amp; .bashrc.  What about a debug mode that echos which files are being read?</p>
<p>I have yet to find a features matrix between all of the shells.  e.g. bash vs ksh vs csh vs others etc&#8230;</p>
<p>No one has implemented bash &#8216;themes&#8217;?  Such as bash init files that I can source to set font colors, prompts, enable features etc???</p>
<p>Top 10 bash tweaks would be cool.</p>
<p>That&#8217;s all I have as a laundry list of things I haven&#8217;t had time to look into&#8230;hope it helps.  I&#8217;d be very interested to see your thoughts on the above.</p>
<p>Regards.<br />
Peter Lombardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven N. Severinghaus</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-2882</link>
		<dc:creator>Steven N. Severinghaus</dc:creator>
		<pubDate>Wed, 30 Jan 2008 06:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-2882</guid>
		<description>I&#039;ve been learning tidbits about history substitution lately; I&#039;d never used much beyond !!, really. But substitutions like !$ and modifiers like :p, :t, :h, and :s/foo/bar are priceless. What else could I benefit from knowing?

I&#039;ll echo the calls for good ways of using pushd and popd. I use them all the time, but the stack seems more cumbersome than it should be. Expansions like ~+1 are a godsend, in any case.

Cheers!
-Steve</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been learning tidbits about history substitution lately; I&#8217;d never used much beyond !!, really. But substitutions like !$ and modifiers like :p, :t, :h, and :s/foo/bar are priceless. What else could I benefit from knowing?</p>
<p>I&#8217;ll echo the calls for good ways of using pushd and popd. I use them all the time, but the stack seems more cumbersome than it should be. Expansions like ~+1 are a godsend, in any case.</p>
<p>Cheers!<br />
-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Pawson</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-2375</link>
		<dc:creator>Dave Pawson</dc:creator>
		<pubDate>Tue, 22 Jan 2008 08:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-2375</guid>
		<description>A belated one, based on a problem yesterday. Again at the simple? level.
Script escaping? I wanted to echo &quot;backup is at $1_backup&quot;  except that 
the underscore needed (sort of) escaping? 

How about a reminder for the newbies on escaping, variables etc?

TIA DaveP</description>
		<content:encoded><![CDATA[<p>A belated one, based on a problem yesterday. Again at the simple? level.<br />
Script escaping? I wanted to echo &#8220;backup is at $1_backup&#8221;  except that<br />
the underscore needed (sort of) escaping? </p>
<p>How about a reminder for the newbies on escaping, variables etc?</p>
<p>TIA DaveP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dssh - executing an arbitrary command in parallel on an arbitrary number of hosts</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-2360</link>
		<dc:creator>dssh - executing an arbitrary command in parallel on an arbitrary number of hosts</dc:creator>
		<pubDate>Tue, 22 Jan 2008 02:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-2360</guid>
		<description>[...] asked &#8220;What do you want&#8221; and you said scripting.  Which is good, because I have felt like scripting [...]</description>
		<content:encoded><![CDATA[<p>[...] asked &#8220;What do you want&#8221; and you said scripting.  Which is good, because I have felt like scripting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-1897</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-1897</guid>
		<description>Alex,

Thanks for your comment! Prompt modification is a good idea.  Also, yes, I love the -i option of sed, but I use perl -i to do search and replace for a variety of reasons. I&#039;d like to write an updated perl one liners article as the current internet sources are pretty old.</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>Thanks for your comment! Prompt modification is a good idea.  Also, yes, I love the -i option of sed, but I use perl -i to do search and replace for a variety of reasons. I&#8217;d like to write an updated perl one liners article as the current internet sources are pretty old.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Churchill</title>
		<link>http://bashcurescancer.com/what-do-you-want.html/comment-page-1#comment-1892</link>
		<dc:creator>Alex Churchill</dc:creator>
		<pubDate>Tue, 15 Jan 2008 10:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/what-do-you-want.html#comment-1892</guid>
		<description>I use pushd and popd quite a bit, just at the command line. When I need to interrupt the work I&#039;m doing in one directory, and remember to realise that I&#039;ll want to come back there, it&#039;s handy. 

Once upon a time, I had my bash prompt set up to display a digit indicating how many pushd&#039;d levels I had in the current session. I still do have my prompt displaying the first letter of each suspended task - so if I&#039;ve been into emacs, hit Ctrl-Z, and also been into less and hit Ctrl-Z, then my prompt will go ...]el&gt; . Perhaps other useful tricks to include in a prompt? :)

I only very recently learned about the -i option to sed, to modify-in-place. Little tricks like that are the best kind of thing on this blog :)</description>
		<content:encoded><![CDATA[<p>I use pushd and popd quite a bit, just at the command line. When I need to interrupt the work I&#8217;m doing in one directory, and remember to realise that I&#8217;ll want to come back there, it&#8217;s handy. </p>
<p>Once upon a time, I had my bash prompt set up to display a digit indicating how many pushd&#8217;d levels I had in the current session. I still do have my prompt displaying the first letter of each suspended task &#8211; so if I&#8217;ve been into emacs, hit Ctrl-Z, and also been into less and hit Ctrl-Z, then my prompt will go &#8230;]el&gt; . Perhaps other useful tricks to include in a prompt? <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I only very recently learned about the -i option to sed, to modify-in-place. Little tricks like that are the best kind of thing on this blog <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.216 seconds -->

