Unixutils-1.52: A crude interface between Haskell and Unix-like operating systems

Safe HaskellSafe-Inferred

System.Unix.KillByCwd

Description

A place to collect and hopefully retire all the random ways of running shell commands that have accumulated over the years.

Synopsis

Documentation

killByCwd :: FilePath -> IO [(String, Maybe String)]Source

Kill the processes whose working directory is in or under the given directory.