我患有诵读困难症,因此很难拼写。我正在寻找一个 bash 脚本/函数,它接受输入并根据给定列表检查类似短语。例如在伪代码中:
List=['Bernoulli\'s Function', 'Bernoulli\'s Equation', 'Convolution', 'Gamow Argument']
foo_function(List, 'Bernoli')
Output -> 'Bernoulli\'s Function','Bernoulli\'s Equation'
bash中有这样的功能吗?