I want to cat or read the contents of file giving absolute path that contains a variable but its not working..
None of the below commands are working.
($line
here is the name of file)
content=`(cat /tmp/cygwin/cygwin/home/67642360/1.0.94/db/src/sql/oracle/updates/${line})`
cat '/tmp/cygwin/cygwin/home/67642360/1.0.94/db/src/sql/oracle/updates/'${line}
$line
contains would be helpful. Maybe it already contains the directory name? Maybe it contains spaces? We simply do not know enough to help. – WinEunuuchs2Unix Jul 21 '19 at 18:12