keep-runningliubin123.blog.chinaunix.net
jiuniu110
go!go!go!
全部博文(188)
2024年(2)
2023年(11)
2022年(13)
2021年(15)
2020年(38)
2019年(3)
2018年(6)
2016年(1)
2015年(16)
2014年(13)
2013年(24)
2012年(46)
chichush
greenday
zebra88
ccx_wz
ivince
jiannma
gaokeke1
gdmzhqf
丸喵喵
Fennn
xiaobai1
km康蒙92
linux_ab
明月明月
zhaoqian
发布时间:2014-06-24 20:07:15
ctrl+a移动光标到命令行首,类似于home键ctrl+e移动光标到命令行尾,类似于end键ctrl+b往后移动光标一个位置,类似于?方向键ctrl+f往前移动光标一个位置,类似于à方向键ctrl+l清屏,类似于clear命令ctrl+h删除一个字符,类似于backspace键ctrl+w删除一个单词ctrl+u清除从行首到光标所在位置的命令行内容c.........【阅读全文】
发布时间:2014-06-22 23:30:58
1.将多行换成转换成单行[root@CentOS5 shell]# cat a.txthello worldoh my god[root@CentOS5 shell]# cat a.txt | xargshello world oh my god2.将单行换成多行[root@CentOS5 shell]# cat a.txt hello worldoh my god.........【阅读全文】
登录 注册