多文件:sed -i "s/@Nullable/ /g" `grep @Nullable -rl .` 注意 右边的那个符号" ` " 是波浪号的那个键 单文件: sed -i "s/@Nullable/ /g" 单文件路径