when i execute this script that i had made
#!/bin/bash
for object in $(ls -l)
do
echo $object
done
it's displayed as below
when i execute my script i want to have a result like this
i was trying a lot of things but its not working please i need your help thank you in advance