Commande d'assurance à une variable

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

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