Y
Hacker News
new
|
ask
|
show
|
jobs
by
im3w1l
2114 days ago
While bash itself has some warts, many of the issues are inherent to spawning child processes for accomplishing tasks. Thus, when possible, I try to use proper libraries rather than invoking commands from any language at all.
1 comments
renewiltord
2114 days ago
I see. Which ones have you found most ergonomic to use?
link
im3w1l
2114 days ago
Python and as for libraries, well that's very dependent on what I want to accomplish, obviously.
link