<?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"
	>
<channel>
	<title>Comments on: 小技巧: 实用的一行 Linux 命令</title>
	<atom:link href="http://linuxtoy.org/archives/useful-linux-commands-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/useful-linux-commands-2.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Sat, 06 Sep 2008 06:42:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: aiqin&#8217;s Ubuntu life &#187; Blog Archive &#187; 小技巧: 实用的一行 Linux 命令</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-86101</link>
		<dc:creator>aiqin&#8217;s Ubuntu life &#187; Blog Archive &#187; 小技巧: 实用的一行 Linux 命令</dc:creator>
		<pubDate>Sat, 12 Apr 2008 01:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-86101</guid>
		<description>[...] 小技巧: 实用的一行 Linux 命令  Posted in Ubuntu by admin on 11月 17th, 2007 摘自LinuxTOY: http://linuxtoy.org/archives/useful-linux-commands-2.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 小技巧: 实用的一行 Linux 命令  Posted in Ubuntu by admin on 11月 17th, 2007 摘自LinuxTOY: <a href="http://linuxtoy.org/archives/useful-linux-commands-2.html" rel="nofollow">http://linuxtoy.org/archives/useful-linux-commands-2.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericjonah</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-76538</link>
		<dc:creator>ericjonah</dc:creator>
		<pubDate>Mon, 18 Feb 2008 03:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-76538</guid>
		<description>sed -e 's/b/strong/g' index.html</description>
		<content:encoded><![CDATA[<p>sed -e 's/b/strong/g' index.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wyg1258</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57933</link>
		<dc:creator>wyg1258</dc:creator>
		<pubDate>Sat, 17 Nov 2007 12:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57933</guid>
		<description>@小狼诺夫:
这个。。。干脆用语音识别算了</description>
		<content:encoded><![CDATA[<p>@小狼诺夫:<br />
这个。。。干脆用语音识别算了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtra</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57924</link>
		<dc:creator>xtra</dc:creator>
		<pubDate>Sat, 17 Nov 2007 11:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57924</guid>
		<description>sed -i ’s/b/strong/g’ index.html

这个我试过似乎没作用???</description>
		<content:encoded><![CDATA[<p>sed -i ’s/b/strong/g’ index.html</p>
<p>这个我试过似乎没作用???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57847</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 17 Nov 2007 05:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57847</guid>
		<description>递归查找文件内的字符
这样更简单：

grep -ri "test string" *.html</description>
		<content:encoded><![CDATA[<p>递归查找文件内的字符<br />
这样更简单：</p>
<p>grep -ri "test string" *.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小狼诺夫</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57806</link>
		<dc:creator>小狼诺夫</dc:creator>
		<pubDate>Sat, 17 Nov 2007 03:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57806</guid>
		<description>alias ls='ls --color=auto'
alias ll='ls -l'
alias la='ll -a'
alias man="TERMINFO=~/.terminfo/ LESS=C TERM=mostlike PAGER=less man"
alias soft-install='sudo apt-get install'
alias soft-remove='sudo apt-get autoremove'
alias soft-update='sudo apt-get update;sudo apt-get upgrade;sudo apt-get dist-upgrade'
alias soft-clear='sudo localepurge;sudo apt-get clean; sudo apt-get autoclean; sudo apt-
get autoremove'
alias soft-search='apt-cache search'
alias df='df -h'
alias grep='grep --color'
alias psgrep='ps aux &#124; grep'
alias dirsize='SIZE=`sudo du -sm &#124;tr \. \B &#124; tr [:blank:] \M`;echo "size of current dir:$
SIZE"'
alias unzip1='tar -xzvf'
alias unzip2='tar -xjvf'
alias rmd='rm -rf'
alias checkupdate='apt-cache policy'
alias showstat='apt-cache show'
alias memsize="grep 'Memory' /var/log/dmesg"
alias mypstree="pstree -Ghp $USER"
alias useusb="sudo mount -t vfat /dev/sda1 /media/usb/ -o iocharset=utf8,rw,uid=1000,gid=
1000;rox /media/usb"
alias closeusb="sudo umount /media/usb"</description>
		<content:encoded><![CDATA[<p>alias ls='ls --color=auto'<br />
alias ll='ls -l'<br />
alias la='ll -a'<br />
alias man="TERMINFO=~/.terminfo/ LESS=C TERM=mostlike PAGER=less man"<br />
alias soft-install='sudo apt-get install'<br />
alias soft-remove='sudo apt-get autoremove'<br />
alias soft-update='sudo apt-get update;sudo apt-get upgrade;sudo apt-get dist-upgrade'<br />
alias soft-clear='sudo localepurge;sudo apt-get clean; sudo apt-get autoclean; sudo apt-<br />
get autoremove'<br />
alias soft-search='apt-cache search'<br />
alias df='df -h'<br />
alias grep='grep --color'<br />
alias psgrep='ps aux | grep'<br />
alias dirsize='SIZE=`sudo du -sm |tr \. \B | tr [:blank:] \M`;echo "size of current dir:$<br />
SIZE"'<br />
alias unzip1='tar -xzvf'<br />
alias unzip2='tar -xjvf'<br />
alias rmd='rm -rf'<br />
alias checkupdate='apt-cache policy'<br />
alias showstat='apt-cache show'<br />
alias memsize="grep 'Memory' /var/log/dmesg"<br />
alias mypstree="pstree -Ghp $USER"<br />
alias useusb="sudo mount -t vfat /dev/sda1 /media/usb/ -o iocharset=utf8,rw,uid=1000,gid=<br />
1000;rox /media/usb"<br />
alias closeusb="sudo umount /media/usb"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qinyafei</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57679</link>
		<dc:creator>qinyafei</dc:creator>
		<pubDate>Fri, 16 Nov 2007 17:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57679</guid>
		<description>那继续补充几个不太常用的吧…… =,=
ls -ltr  (ll -tr) 按时间排序 最下面是最新修改的文件
ls -Slhr (ll -Shr) 按文件大小排序 最下面是最大的</description>
		<content:encoded><![CDATA[<p>那继续补充几个不太常用的吧…… =,=<br />
ls -ltr  (ll -tr) 按时间排序 最下面是最新修改的文件<br />
ls -Slhr (ll -Shr) 按文件大小排序 最下面是最大的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahtya</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57670</link>
		<dc:creator>ahtya</dc:creator>
		<pubDate>Fri, 16 Nov 2007 16:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57670</guid>
		<description>强，收教了</description>
		<content:encoded><![CDATA[<p>强，收教了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lisir</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57664</link>
		<dc:creator>lisir</dc:creator>
		<pubDate>Fri, 16 Nov 2007 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57664</guid>
		<description>2楼说的在理，看到man手册里说max-depth=1时与-s相同。</description>
		<content:encoded><![CDATA[<p>2楼说的在理，看到man手册里说max-depth=1时与-s相同。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnThOnYho</title>
		<link>http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57608</link>
		<dc:creator>AnThOnYho</dc:creator>
		<pubDate>Fri, 16 Nov 2007 11:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/useful-linux-commands-2.html#comment-57608</guid>
		<description>http://linux.byexamples.com/
这个网站有更多的例子和技巧。</description>
		<content:encoded><![CDATA[<p><a href="http://linux.byexamples.com/" rel="nofollow">http://linux.byexamples.com/</a><br />
这个网站有更多的例子和技巧。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
