How can you print the 6 smallest files in /usr/bin directory for Shell?
ls /usr/bin
I know that this shows all the files that is in that directory but I just don't know to to print out the 6 smallest files.
What would be a one line command for this process on the command line for Shell?