标签: regex bash grep
主要的bash-noob在这里。再次写我的第二个程序。对于我的作业,我需要使用regexp编写一些grep语句。
这是我要写的第一个。 我将它保存为grep.bash:
#!/bin/bash egrep bright_side_of_life 'the'
我得到的错误是:
egrep: the: no such file or directory
答案 0 :(得分:4)
可能你翻过了egrep的论点。
首先是模式,第二个是文件。