<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/ME2.2.3" -->
<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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>sinku.org &#187; UNIX</title>
	<link>http://sinku.org</link>
	<description>Think. Sync. …真空？</description>
	<pubDate>Thu, 11 Mar 2010 15:45:56 +0900</pubDate>
	<generator>http://wordpress.org/?v=ME2.2.3</generator>
	<language>ja</language>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/category/it-pc/unix/feed/" />
		<item>
		<title>そうよ、Solarisなのよ</title>
		<link>http://sinku.org/it-pc/unix/solaris/461/</link>
		<comments>http://sinku.org/it-pc/unix/solaris/461/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 20:21:31 +0900</pubDate>
		<dc:creator>Tron MC</dc:creator>
		
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://sinku.org/it-pc/unix/solaris/461/</guid>
		<description><![CDATA[
目的はユーザー獲得か：IBMによるSun買収報道――専門家に聞く (2/2) - ITmedia エンタープライズ:  Sunもx86系出してるし、SPARCとかもう微妙なんだろうから、とくにITに携わってもいない一ユーザーとしては消えてくれても構わないんだけど、Solarisについてはちょっと不安。  
   もし実現したら、Sunという会社は事実上消滅するでしょう。なくせないのはSolarisくらいですが、それもAIXと一緒にすればいいのかもしれません。 
  Solarisは10とか、OpenSorarisとか、UNIX系で手堅い選択肢であり、なによりもフリーな点が魅力なんだけど、AIXと一緒にして金取る体勢になっちゃったら困るなぁ。
]]></description>
		<wfw:commentRss>http://sinku.org/it-pc/unix/solaris/461/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/it-pc/unix/solaris/461/" />
	</item>
		<item>
		<title>yes コマンドの使い道</title>
		<link>http://sinku.org/it-pc/unix/solaris/173/</link>
		<comments>http://sinku.org/it-pc/unix/solaris/173/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 00:32:40 +0900</pubDate>
		<dc:creator>Tron MC</dc:creator>
		
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://sinku.org/?p=173</guid>
		<description><![CDATA[
    &#160;  &#160;  「もっと英語漬け」のCMで松嶋菜々子が連呼していたあの言葉。  UNIXのコマンドなんて ls、cd、man、init 5 くらいしか知らなかった頃、ふざけて叩いたら画面が y だらけになって青ざめたことがある。  そう、&#34;yes&#34; である。  単体だと y 、引数に文字列をつけるとその文字列を延々と出力してくれる。     なんだか使えそうなのだが、いまいち良い使い方が思いつかない&#8230;そんな悩ましいコマンドだったのだが、とりあえず一つだけ、まともな使い方を見つけることができた。  それは、パイプして &#34;pkgrm&#34; をかけることだ。  # yes &#124; pkgrm SUNWbind  みたいな感じで。こうすると &#34;pkgrm&#34; の途中で y を押さなくてもいい！  って、セコい！  でも、多量のパッケージの削除が必要になったときに、リストアップして一気に削除する、なんて処理をするときには役に立った。    &#8230;なんかもっと上手い使い方ないかなぁ。。。
]]></description>
		<wfw:commentRss>http://sinku.org/it-pc/unix/solaris/173/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/it-pc/unix/solaris/173/" />
	</item>
		<item>
		<title>vi の :wq が面倒なら&#8230;</title>
		<link>http://sinku.org/it-pc/unix/169/</link>
		<comments>http://sinku.org/it-pc/unix/169/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 23:24:05 +0900</pubDate>
		<dc:creator>Tron MC</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sinku.org/?p=169</guid>
		<description><![CDATA[
&#8220;ZZ&#8221; で一発で保存、終了ができる！

&#8220;:wq&#8220;するのと同様、編集モードで押せばいいだけ。かなり楽チン！
]]></description>
		<wfw:commentRss>http://sinku.org/it-pc/unix/169/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/it-pc/unix/169/" />
	</item>
		<item>
		<title>vi を一時停止してシェルを叩く！</title>
		<link>http://sinku.org/it-pc/unix/166/</link>
		<comments>http://sinku.org/it-pc/unix/166/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 23:27:05 +0900</pubDate>
		<dc:creator>Tron MC</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sinku.org/?p=166</guid>
		<description><![CDATA[
&#8220;:shell&#8221; を使うと、viを使っている最中に一時的にシェルに戻ることができる。
戻ったシェルでexitすれば、またviに戻る。

記述するファイルパスを忘れたりしたときには、よくシェルに戻るのだが、このコマンドで戻るシェルはログインシェル。
自分専用の環境ならいいのだが、ログインシェルを変えられず、ログイン後にシェルをかぶせているような場合は、またシェルをかぶせないといけないので、軽くメンドくさい。

なので、ついつい Ctrl + z を使って一時停止、&#8221;fg&#8221; で復帰…という手を使ってしまう罠ｗ
]]></description>
		<wfw:commentRss>http://sinku.org/it-pc/unix/166/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/it-pc/unix/166/" />
	</item>
		<item>
		<title>vi で行頭、行末に移動する</title>
		<link>http://sinku.org/it-pc/unix/162/</link>
		<comments>http://sinku.org/it-pc/unix/162/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 23:11:11 +0900</pubDate>
		<dc:creator>Tron MC</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://sinku.org/?p=162</guid>
		<description><![CDATA[
意外と知らなかったviコマンド。

&#8220;I&#8221; 及び &#8220;A&#8221; でそれぞれ行頭、行末から入力を開始できるが、下記で入力モードへの移行無しに行頭、行末への移動ができる。

&#8220;0&#8221; … 行頭へ移動
&#8220;$&#8221; … 行末へ移動

一行の文字数が多い場合にはとても役に立つ。
ともするとGUI環境と比べるとカーソル移動にストレスが溜まりやすいviだが、 &#8220;w&#8221; や &#8220;b&#8221; と併用するとカーソル移動が効率的に行える。
]]></description>
		<wfw:commentRss>http://sinku.org/it-pc/unix/162/feed/</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sinku.org/it-pc/unix/162/" />
	</item>
	</channel>
</rss>
