|
发表于 2004-5-1 14:08:41
|
显示全部楼层
- [root@localhost root]# cat /tmp/tmpfile
- hei, home_king is the east of the end.
- king idfd.
- kifennljljv
- [root@localhost root]# sed 's@^[[:blank:]][[:blank:]]*@@;s@[[:blank:]][[:blank:]]*$@@' /tmp/tmpfile
- hei, home_king is the east of the end.
- king idfd.
- kifennljljv
复制代码 |
|