请教各位我想实现在catalina.out这个文件里面找出一行 有 user:abc 或者有 name:nihao这样的语句如何写grep "user:abc" catalina.out 我不知道这个应该如何改
egrep 'user:abc|name:nihao' catalina.out