当前位置: 技术问答>linux和unix
发现一个很好的资源分享下
来源: 互联网 发布时间:2016-09-20
本文导语: http://www.grymoire.com/Unix/ 这个网站,里面有很多Bruce Barnett写的教程,如下表 * Shell Quotes - How to use quotes in a shell script. * Regular Expressions - Written for Solaris, so your milage my vary.. * SED - The ...
http://www.grymoire.com/Unix/
这个网站,里面有很多Bruce Barnett写的教程,如下表
昨天我花了大概3个小时看完了Sed的教程,收益菲浅了,提高了我sed至少两个层次,我正在看AWK的教程,哪天有时间了我可以翻译一篇文章。
刚开始使用Linux的同学,如果想把Linux玩好,就把里面的教程全部看一遍吧~
这个网站,里面有很多Bruce Barnett写的教程,如下表
* Shell Quotes - How to use quotes in a shell script.
* Regular Expressions - Written for Solaris, so your milage my vary..
* SED - The Stream Editor - Editing a data stream.
* Bourne Shell - Everything you wanted to know.
* AWK - The basic power tool for UNIX.
* Csh - The C shell - warts and all. But before you read that, perhaps you want to look at the next two essays:
* Top Ten Reasons not to use the C shell - My essay on the disadvantages of using the C shell for Programming
* Tom Christiansen's essay on C-Shell programming
* Find - Finding files.
昨天我花了大概3个小时看完了Sed的教程,收益菲浅了,提高了我sed至少两个层次,我正在看AWK的教程,哪天有时间了我可以翻译一篇文章。
刚开始使用Linux的同学,如果想把Linux玩好,就把里面的教程全部看一遍吧~
|
先保存了
|
先记下了,以后用的上