code

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 % 
macname@localhost Desktop % sed -e 's/jumps/green/; s/dog/cat/' content
fox green over the lazy cat. 
fox green over the lazy cat. 
fox green over the lazy cat. 
fox green over the lazy cat.
macname@localhost Desktop % 
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 % 

 

 

 

 

 

 

 

 

相关文章:

  • 2021-12-21
  • 2022-01-02
  • 2022-01-11
  • 2022-01-18
  • 2021-08-06
  • 2021-12-27
  • 2022-01-20
猜你喜欢
  • 2021-12-28
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案