分页: 1 / 1

sh脚本中 ./. 的意思是?

发表于 : 2020-09-06 10:58
ljyls
脚本中有这样一句

DE_results_to_pairwise_summary.pl ../salmon.gene.TMM.EXPR.matrix.avg_reps.byLog.matrix ./. > DE_pairwise_summary.txt

求问其中的./.作用是什么?搜索也搜不到

Re: sh脚本中 ./. 的意思是?

发表于 : 2020-09-07 9:50
astolia
就是当前目录。.和./.和././././.效果都是一样的

Re: sh脚本中 ./. 的意思是?

发表于 : 2020-09-07 17:17
ljyls
astolia 写了: 2020-09-07 9:50 就是当前目录。.和./.和././././.效果都是一样的
噢,原来如此,我只知道“./ ”表示当前目录,多了个点“./.”就不懂了 :Haha