← Back to context Comment by petcat 1 month ago > a robust bash scriptThese hardly exist in practice.But I get what you mean. 2 comments petcat Reply sam_lowry_ 1 month ago Yoy don't. It's bash only because the parent process is bash, but otherwise it's all grep, sort, tr, cut and othe textutils piped together. mjevans 1 month ago awk can do some heavy lifting too if the environment is too locked down to import a kitchen sink of python modules.
sam_lowry_ 1 month ago Yoy don't. It's bash only because the parent process is bash, but otherwise it's all grep, sort, tr, cut and othe textutils piped together. mjevans 1 month ago awk can do some heavy lifting too if the environment is too locked down to import a kitchen sink of python modules.
mjevans 1 month ago awk can do some heavy lifting too if the environment is too locked down to import a kitchen sink of python modules.
Yoy don't. It's bash only because the parent process is bash, but otherwise it's all grep, sort, tr, cut and othe textutils piped together.
awk can do some heavy lifting too if the environment is too locked down to import a kitchen sink of python modules.