I am running this:
cat Samples.txt | xargs -P 8 -I {} ./idk.sh {}
where Samples.txt is feeding idk.sh names of directories and files. Unfortu