Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chasil
on Oct 31, 2021
|
parent
|
context
|
favorite
| on:
Bash functions are better than I thought
When I am using busybox sh/bash, I am very, very careful not to fork unless I must.
For mass processing, I will use xargs to minimize the number of processes created.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For mass processing, I will use xargs to minimize the number of processes created.