Assing Command ke variabel

abc=`ls -l | awk '{print($9) }'`

echo $abc 
file.txt file2.txt file3.txt 
Hutch Polecat