This is my src dir, 3 levels, red circle is first level, yellow line is second
This is my dest dir, 3 levels, red circle is first level, yellow line is second
Hi all:
I am an bioinformatician and I have over 1000 trio-wes families seq data stored. Now I want to make soft links to each fastq.gz file in src dir (including father mother and patient him/herself) into my newly created dir-system. Is there a way to do it in batch?
What I know so-far is that
find -mindepth 3 -maxdepth 3
can print out the 3rd lv files, then I have no further idea
Thanks
R.L.
find -mindepth 3 -maxdepth 3
btw how to type in-line coding chunk to better illustrate the code?
Thanks
R.L. the Researcher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2