coopermarsh
MIS
Hi
I have a file called vol.txt conataiing a list of volumes
I want to print the firtds line into a variable
I was running this
VOL="$(cat /tmp/vol.txt | sed -n '1p')"
the output was
ML1234L3: No such file or directory
What am i doing wrong here
I have a file called vol.txt conataiing a list of volumes
I want to print the firtds line into a variable
I was running this
VOL="$(cat /tmp/vol.txt | sed -n '1p')"
the output was
ML1234L3: No such file or directory
What am i doing wrong here