Read the nine bits off a long listing
Read the nine bits off a long listing
Answer
ls -l build.sh ls -ld courses
Nine characters follow the file-type character. `ls -ld` on a directory lists the directory itself instead of descending into it — without `-d` you get its contents.
Sarwar & Koretsky 3e §5.4.2