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

Safe HaskellSafe-Inferred
LanguageHaskell98

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.