I have one variable:
> lo=$(dirname "$(echo $FILES2 | awk 'BEGIN {FS=" "} {print $1}')")
echo $lo => /home/fil/Desktop/overeni_pipeline
> Rko_lo= $(echo $lo"/bam_files/")
and after that I received message:
zsh: permission denied: /home/fil/Desktop/overeni_pipeline/bam_files/
Could you tell me where is the problem? If I use it like superuser, I received message:
sudo: /home/fil/Desktop/overeni_pipeline/bam_files/: command not found
Thank you.