I am very new to linux. While practicing the file management commands I have found that 'ls' and 'ls -l' gives 2 different outputs but they appears to be related to each other.
The content of the file hello.sh is echo "Hello world"
can anyone explain what does 'ls -l' gives as output.

