<?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: Explain: #!/bin/bash &#045; or #!/bin/bash &#045;&#045; In A Shell Script</title> <atom:link href="http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Fred</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-50242</link> <dc:creator>Fred</dc:creator> <pubDate>Wed, 20 Oct 2010 15:31:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-50242</guid> <description>Do none of these people know how to use Google ffs?</description> <content:encoded><![CDATA[<p>Do none of these people know how to use Google ffs?</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-47840</link> <dc:creator>Anonymous</dc:creator> <pubDate>Tue, 15 Jun 2010 22:57:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-47840</guid> <description>#!/bin/bash
SERVERIP=192.168.23.18
LOGFILE=/home/user/backup.log
rsync -avz --delete --numeric-ids \
--exclude=&quot;.Trash&quot; \
--exclude=&quot;Downloads&quot; \
$HOME $SERVERIP:backups/user/ 1&gt;$LOGFILE
what does this mean?</description> <content:encoded><![CDATA[<p>#!/bin/bash<br
/> SERVERIP=192.168.23.18<br
/> LOGFILE=/home/user/backup.log<br
/> rsync -avz &#8211;delete &#8211;numeric-ids \<br
/> &#8211;exclude=&#8221;.Trash&#8221; \<br
/> &#8211;exclude=&#8221;Downloads&#8221; \<br
/> $HOME $SERVERIP:backups/user/ 1&gt;$LOGFILE</p><p>what does this mean?</p> ]]></content:encoded> </item> <item><title>By: runner724</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-45112</link> <dc:creator>runner724</dc:creator> <pubDate>Wed, 09 Dec 2009 16:53:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-45112</guid> <description>you can set whatever prompt you like with
set PS1=&quot;[newprompt]&quot;; export PS1
but you&#039;ll have to set the prompt every time you log in, unless you can edit the hidden bash profile that should be in your home dir</description> <content:encoded><![CDATA[<p>you can set whatever prompt you like with</p><p>set PS1=&#8221;[newprompt]&#8220;; export PS1</p><p>but you&#8217;ll have to set the prompt every time you log in, unless you can edit the hidden bash profile that should be in your home dir</p> ]]></content:encoded> </item> <item><title>By: tom</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-44471</link> <dc:creator>tom</dc:creator> <pubDate>Fri, 06 Nov 2009 08:38:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-44471</guid> <description>when  i loggin into redhat as an user . i got a prompt like this  -bash-3.1$
how i can change that into normal user prompt...........
pls
thank you</description> <content:encoded><![CDATA[<p>when  i loggin into redhat as an user . i got a prompt like this  -bash-3.1$<br
/> how i can change that into normal user prompt&#8230;&#8230;&#8230;..<br
/> pls<br
/> thank you</p> ]]></content:encoded> </item> <item><title>By: marco</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38880</link> <dc:creator>marco</dc:creator> <pubDate>Thu, 25 Sep 2008 18:26:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38880</guid> <description>&gt; DJ &quot;http://www.linuxcommand.org/&quot;
That seems to be a real good source. :)</description> <content:encoded><![CDATA[<p>&gt; DJ &#8220;http://www.linuxcommand.org/&#8221;<br
/> That seems to be a real good source. :)</p> ]]></content:encoded> </item> <item><title>By: dj</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38876</link> <dc:creator>dj</dc:creator> <pubDate>Thu, 25 Sep 2008 17:09:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38876</guid> <description>Henry, try &quot;Linux Command&quot; site at:
http://www.linuxcommand.org/
The author is in process of writing a book, but imho, if the goal is to teach bash, the site gets an A+. He walks through a real example. It&#039;s good clean code. You&#039;ll learn to do it right.
Then I would look at &quot;The Linux Documentation Project&quot; at:
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html</description> <content:encoded><![CDATA[<p>Henry, try &#8220;Linux Command&#8221; site at:<br
/> <a
href="http://www.linuxcommand.org/" rel="nofollow">http://www.linuxcommand.org/</a><br
/> The author is in process of writing a book, but imho, if the goal is to teach bash, the site gets an A+. He walks through a real example. It&#8217;s good clean code. You&#8217;ll learn to do it right.</p><p>Then I would look at &#8220;The Linux Documentation Project&#8221; at:<br
/> <a
href="http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html" rel="nofollow">http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html</a></p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38857</link> <dc:creator>vivek</dc:creator> <pubDate>Tue, 23 Sep 2008 15:14:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38857</guid> <description>Mastering UNIX Shell Scripting: Books by Randal K. Michael
Oreilly Classic Shell Scripting</description> <content:encoded><![CDATA[<p>Mastering UNIX Shell Scripting: Books by Randal K. Michael</p><p>Oreilly Classic Shell Scripting</p> ]]></content:encoded> </item> <item><title>By: Johan</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38856</link> <dc:creator>Johan</dc:creator> <pubDate>Tue, 23 Sep 2008 14:38:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38856</guid> <description>&quot;Advanced Bash-Scripting Guide&quot; is a great book available at the Linux Documentation Project&#039;s website - http://tldp.org/guides.html</description> <content:encoded><![CDATA[<p>&#8220;Advanced Bash-Scripting Guide&#8221; is a great book available at the Linux Documentation Project&#8217;s website &#8211; <a
href="http://tldp.org/guides.html" rel="nofollow">http://tldp.org/guides.html</a></p> ]]></content:encoded> </item> <item><title>By: marco</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38854</link> <dc:creator>marco</dc:creator> <pubDate>Tue, 23 Sep 2008 13:57:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38854</guid> <description>&gt; henry &#039;any possible book i could study more on shell programming?&#039;:
Richard Stones, Neil Matthew - Beginning Linux Programming
ISBN-13: 9780764543739
12,20$
http://www.amazon.com/gp/product/0764543733</description> <content:encoded><![CDATA[<p>&gt; henry &#8216;any possible book i could study more on shell programming?&#8217;:<br
/> Richard Stones, Neil Matthew &#8211; Beginning Linux Programming<br
/> ISBN-13: 9780764543739<br
/> 12,20$<br
/> <a
href="http://www.amazon.com/gp/product/0764543733" rel="nofollow">http://www.amazon.com/gp/product/0764543733</a></p> ]]></content:encoded> </item> <item><title>By: henry</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38853</link> <dc:creator>henry</dc:creator> <pubDate>Tue, 23 Sep 2008 13:31:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38853</guid> <description>Hello,
Please, any possible book i could study more on shell programming? Please, this is the second mail i am sending and i haven&#039;t got a reply.</description> <content:encoded><![CDATA[<p>Hello,</p><p>Please, any possible book i could study more on shell programming? Please, this is the second mail i am sending and i haven&#8217;t got a reply.</p> ]]></content:encoded> </item> <item><title>By: irado</title><link>http://www.cyberciti.biz/faq/binbash-interpreter-spoofing/#comment-38852</link> <dc:creator>irado</dc:creator> <pubDate>Tue, 23 Sep 2008 11:12:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1879#comment-38852</guid> <description>man bash:
&quot;       --        A -- signals the end of options and disables further option processing.  Any argu ments after the -- are treated as filenames and arguments.  An argument  of  -  is equivalent to --.
&quot;</description> <content:encoded><![CDATA[<p>man bash:</p><p>&#8221;       &#8212;        A &#8212; signals the end of options and disables further option processing.  Any argu ments after the &#8212; are treated as filenames and arguments.  An argument  of  &#8211;  is equivalent to &#8211;.<br
/> &#8220;</p> ]]></content:encoded> </item> </channel> </rss>
