加入收藏 | 设为首页 | 会员中心 | 我要投稿 新余站长网 (https://www.0790zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

Sed - An Introduction and Tutorial by Bruce Barnett

发布时间:2021-01-29 08:45:10 所属栏目:Linux 来源:网络整理
导读:http://www.grymoire.com/unix/sed.html Quick Links - NEW table border="1" tr Sed Pattern Flags /tr tr td a href="http://www.grymoire.com/unix/Sed.html#uh-6"gt;/g?- Global/td /tr tr td a href="http://www.grymoire.com/unix/Sed.html#uh-10a"gt;
The "n" command may or may not generate output,depending on the "-n" option. The "r" command can only have one address,despite the documentation.

Check out my new?

This concludes my tutorial on?sed. It is possible to find shorter forms of some of my scripts. However,I chose these examples to illustrate some basic constructs. I wanted clarity,not obscurity. I hope you enjoyed it.

This concludes my tutorial on sed. Other of my UNIX shell tutorials can be found??Other shell tutorials can be found at

  • And don't forget?

This document was originally converted from NROFF to TEXT to HTML.?Please forgive errors in the translation.?If you are confused,grab the actual script if possible. No translations occurred in the scripts.?

Thanks for the feedback,gang

Thanks to Keelan Evans,Fredrik Nilsson,and Kurt McKee for spotting some typos.?Thanks to Wim Stolker and Jose' Sebrosa as well.?Thanks to Olivier Mengue.?Thanks to Andrew M. Goth.?Thanks to David P. Brown.?Thanks to Axel Schulze for some corrections?Thanks to Martin Jan for the corrections in sed format (grin)?A big thanks for Fazl Rahman for spotting dozens of errors.?Thanks to Carl Henrik Lunde who suggested an improvement to convert2uc1.sh?A big thanks to Bryan Hyun Huh who spotted an error in the table and reference chart?Thanks for input from

   Marten Jan
    Gordon Wilson
    Tom Konantz
    Peter Bratton
    Grant Root
    Keith Briggs
    Zoltan Miklos
    Peggy Russell
    Lorens Kockkum.net
    John Poulin
    Rihards
    Corey Richardson
    Eric Mathison
    Ildar Mulyukov 
    Tom Zhu
    Abhijeet Rastogi 
    Steve LeBlanc   
    dontforget yourtowel 
    Yiming
    Fei Wang
    Kenneth R. Beesley

(编辑:新余站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

</tr>
<tr>
<td align="center">q</td>
<td align="center">Address</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>

</tr>
<tr>
<td align="center">r</td>
<td align="center">Address</td>
<td align="center">-</td>
<td align="center">Y</td>
<td align="center">-</td>
<td align="center">-</td>

</tr>
<tr>
<td align="center">s</td>
<td align="center">Range</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">Y</td>
<td align="center">-</td>

</tr>
<tr>
<td align="center">t</td>
<td align="center">Range</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>

</tr>
<tr>
<td align="center">w</td>
<td align="center">Range</td>
<td align="center">-</td>
<td align="center">Y</td>
<td align="center">-</td>
<td align="center">-</td>

</tr>
<tr>
<td align="center">x</td>
<td align="center">Range</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">Y</td>
<td align="center">Y</td>

</tr>
<tr>
<td align="center">y</td>
<td align="center">Range</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">Y</td>
<td align="center">-</td>

</tr>

热点阅读