#!/bin/bash

grep -v '[bB]' nowcoder.txt  匹配包含b和B的字符串,反选