标签:des gre code shel elephant sed -e col mac top
code
macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. macname@localhost Desktop % macname@localhost Desktop % macname@localhost Desktop % sed -e ‘ quote> s/jumps/green/ quote> s/fox/elephant/ quote> s/dog/cat/‘ content elephant green over the lazy cat. elephant green over the lazy cat. elephant green over the lazy cat. elephant green over the lazy cat. macname@localhost Desktop % macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. macname@localhost Desktop %
标签:des gre code shel elephant sed -e col mac top
原文地址:https://www.cnblogs.com/sea-stream/p/14044944.html