sed memo 1

取test.txt最后一行数据

sed -n "\$p" test.txt

sed -n '$p' test.txt

 

 

posted @ 2013-01-18 13:25  brookin  阅读(156)  评论(0)    收藏  举报