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