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 % sed 's/dog/cat/' content
fox jumps over the lazy cat. 
fox jumps over the lazy cat. 
fox jumps over the lazy cat. 
fox jumps 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 % 

 

 

 

 

 

 

 

相关文章:

  • 2021-10-03
  • 2021-09-27
  • 2021-07-07
  • 2022-01-07
  • 2021-12-13
  • 2021-05-17
猜你喜欢
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案