首页
一些linux命令
linux根据一个文件提取另一个文件中的内容
#!/bin/bash
for
i
in
`
cat
file1`
do
grep
$i file2 >> file3
done
生信学习
相关
标签