老师您好,我运行了这个
cat ../id.txt|while read ind;do
ln -s ../data1/${ind}.fa ./
ln -s ../data1/${ind}.gff ./
done
结果如图所示,请问软连接成功了吗?我看和课程不一致,课程有文字是高亮的。
软连接成功了