Answers for "assign contents of file to variable bash"

0

assign contents of file to variable bash

file1=`cat answer.txt`
echo $file1
Posted by: Guest on February-04-2022

Code answers related to "assign contents of file to variable bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language