Y
Hacker News
new
|
ask
|
show
|
jobs
by
petcat
149 days ago
> a robust bash script
These hardly exist in practice.
But I get what you mean.
1 comments
sam_lowry_
148 days 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.
link
mjevans
148 days ago
awk can do some heavy lifting too if the environment is too locked down to import a kitchen sink of python modules.
link