<?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>tomiryu.com &#187; Others</title>
	<atom:link href="http://www-en.tomiryu.com/topics/others/feed/" rel="self" type="application/rss+xml" />
	<link>https://www-en.tomiryu.com</link>
	<description>If you always do what you have always done.</description>
	<lastBuildDate>Thu, 05 Jun 2014 12:45:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>how to set environment variables in linux</title>
		<link>https://www-en.tomiryu.com/others/how-to-set-environment-variables-in-linux/</link>
		<comments>https://www-en.tomiryu.com/others/how-to-set-environment-variables-in-linux/#comments</comments>
		<pubDate>Thu, 05 Jun 2014 12:45:55 +0000</pubDate>
		<dc:creator>tomiryu</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">https://www-en.tomiryu.com/?p=98</guid>
		<description><![CDATA[Let me write down how to set environment variables in linux shell. Bash - set  them in .bashrc file - SYNTAX: export VARIABLE=value - ex)  export LANG=ja_JP.UTF-8 Csh - set them in .cshrc file - SYNTAX: setenv VARIABLE value - &#8230; <a href="https://www-en.tomiryu.com/others/how-to-set-environment-variables-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let me write down how to set environment variables in linux shell.</p>
<p><span id="more-98"></span></p>
<p>Bash<br />
- set  them in .bashrc file<br />
- SYNTAX: export VARIABLE=value<br />
- ex)  export LANG=ja_JP.UTF-8</p>
<p>Csh<br />
- set them in .cshrc file<br />
- SYNTAX: setenv VARIABLE value<br />
- ex) setenv LANG ja_JP.UTF-8</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www-en.tomiryu.com/others/how-to-set-environment-variables-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
