|
|
|
|
|
by bashinator
4783 days ago
|
|
I really like the python sh library for stuff like this. Would you rather do what you wrote, or this? for listing in ls('-l'):
'''etc'''
Here's the library in question - https://pypi.python.org/pypi/pbs - it makes me super happy to do shell work in python. |
|