<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; コマンドラインオプション</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-commandline/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/ruby/ruby-commandline/feed" />
	<item>
		<title>ワンライナーのコマンドラインオプション</title>
		<link>https://worthliv.com/ruby_post_50.html</link>
		<comments>https://worthliv.com/ruby_post_50.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 00:51:45 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1197</guid>
		<description><![CDATA[ワンライナーを書くためのコマンドラインオプションです。 ワンライナーを試すために、以下のファイルを用意します。 スポンサーリンク lang.dat Ruby, Java Perl, PHP, JavaScript COB [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_50.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_50.html" />
	</item>
		<item>
		<title>デバッグ・動作確認のコマンドラインオプション</title>
		<link>https://worthliv.com/ruby_post_49.html</link>
		<comments>https://worthliv.com/ruby_post_49.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 00:37:47 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1196</guid>
		<description><![CDATA[まずは、lang.rbというファイルを以下のように用意しまして、コマンドラインからの操作を見ます。 スポンサーリンク lang.rb langs = [&#34;Ruby&#34;, &#34;Java&#34; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_49.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_49.html" />
	</item>
		<item>
		<title>正規表現を使ってファイルのデータを抽出</title>
		<link>https://worthliv.com/ruby_post_8.html</link>
		<comments>https://worthliv.com/ruby_post_8.html#comments</comments>
		<pubDate>Sat, 22 Jun 2013 09:57:28 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1116</guid>
		<description><![CDATA[ファイルの中から、正規表現を用いて、特定のパターンを含む行のみを抽出してみます。 まずは、データファイルの中身です。 スポンサーリンク month.dat January February March April May [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_8.html" />
	</item>
		<item>
		<title>ファイルからデータを1行ずつ読み込む</title>
		<link>https://worthliv.com/ruby_1.html</link>
		<comments>https://worthliv.com/ruby_1.html#comments</comments>
		<pubDate>Sat, 22 Jun 2013 09:00:17 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1115</guid>
		<description><![CDATA[今度は、以下のようなファイルからデータを1行ずつ読み込む例です。 スポンサーリンク num.dat 24 46 8 78 61 223456 546 789 実行するファイルは、以下の通り。 fileread3.rb f [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_1.html" />
	</item>
		<item>
		<title>ファイルからデータを読み込む</title>
		<link>https://worthliv.com/ruby_post_7.html</link>
		<comments>https://worthliv.com/ruby_post_7.html#comments</comments>
		<pubDate>Sat, 22 Jun 2013 08:16:33 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1114</guid>
		<description><![CDATA[ARGV配列を使って、ファイルからデータを読むこともできます。 まずは、単純にファイル名を指定して、ファイルのデータを出力する例。 スポンサーリンク hello.dat Hello, Yamada ! Today is  [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_7.html" />
	</item>
		<item>
		<title>ARGV・コマンドラインでの引数入力</title>
		<link>https://worthliv.com/ruby_argv.html</link>
		<comments>https://worthliv.com/ruby_argv.html#comments</comments>
		<pubDate>Sat, 22 Jun 2013 07:42:36 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1113</guid>
		<description><![CDATA[ARGV配列を用いることで、コマンドラインから引数オプションを指定して、スクリプトファイルを実行してやることが可能です。 ARGVは、配列となっており、指定された引数のうち、1番目の引数が、ARGV[0]に、2番目がAR [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_argv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_argv.html" />
	</item>
		<item>
		<title>出力をファイルに保存する</title>
		<link>https://worthliv.com/ruby_post_5.html</link>
		<comments>https://worthliv.com/ruby_post_5.html#comments</comments>
		<pubDate>Thu, 20 Jun 2013 20:16:29 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[コマンドラインオプション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1110</guid>
		<description><![CDATA[出力したテキストを、ファイルに保存するには、コマンドラインから「&#62; 保存ファイル名」とします。 スポンサーリンク ruby 実行ファイル名 &#62; 保存ファイル名 で、実行ファイル名で指定されたスクリプト実行によ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_5.html" />
	</item>
	</channel>
</rss>
