Unixutils-1.54.3: A crude interface between Haskell and Unix-like operating systems
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.