Output from grep commands won't write to a file

后端 未结 0 1488
伪装坚强ぢ
伪装坚强ぢ 2020-12-25 15:18

My script is set up as follows

#!/bin/bash
grep \'zz\' <$1> >>output.txt
grep \'^.....\'<$1> >>output.txt
grep \'^...\'|\'^....\' <         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题