<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; interpreter</title> <atom:link href="http://www.cyberciti.biz/tips/tag/interpreter/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Howto Make Script More Portable With #!/usr/bin/env As a Shebang</title><link>http://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html</link> <comments>http://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html#comments</comments> <pubDate>Tue, 06 Mar 2007 10:11:30 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[#!/usr/bin/env]]></category> <category><![CDATA[environment variable]]></category> <category><![CDATA[exclamation point]]></category> <category><![CDATA[foolproof method]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hashbang]]></category> <category><![CDATA[hashpling]]></category> <category><![CDATA[interpreter]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[path environment]]></category> <category><![CDATA[perl script]]></category> <category><![CDATA[pound bang]]></category> <category><![CDATA[scripts]]></category> <category><![CDATA[shebang]]></category> <category><![CDATA[symbolic link]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html</guid> <description><![CDATA[You may have noticed that most shell and perl script starts with the following line: #!/bin/bash OR #!/usr/bin/perl It is called a shebang. It consists of a number sign and an exclamation point character (#!), followed by the full path to the interpreter such as /bin/bash. All scripts under UNIX and Linux execute using the [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
