import System.Directory import Data.List main = putStr . unlines . drop 2 . sort =<< getDirectoryContents "/bin"