Skip to content
Snippets Groups Projects
README.md 171 B
Newer Older
Kyle Ladd's avatar
Kyle Ladd committed
# Scripts

### Command

Capture command line output in a convenient way in python

Ex: 

    user = Command("whoami").get()
    ps   = Command("ps aux").grep(user).get()