For tasks that bash is optimized for it can be done quickly and simply. Bash has a MUCH faster startup speed so aliasing some common tasks with a bash function can help your development move a bit quicker. Python can also get comparatively clunky if its just calling shell commands for everything.
2 comments
[ 4.1 ms ] story [ 12.6 ms ] threadFor tasks that bash is optimized for it can be done quickly and simply. Bash has a MUCH faster startup speed so aliasing some common tasks with a bash function can help your development move a bit quicker. Python can also get comparatively clunky if its just calling shell commands for everything.