#!/bin/bash

# 使用grep命令排除包含"this"的行
grep -v "this"