Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
abbeyj
4 months ago
|
parent
|
context
|
favorite
| on:
TIL: timeout in Bash scripts
You need `"$@"`, not just `$@` at the end of the command. Otherwise it will split any arguments that have spaces in them. E.g. try
long_fn() { echo "$1" sleep "$2" } to 1s long_fn "This has spaces in it" 5
epr
4 months ago
[–]
My bad on that typo. I write "$@" so often in shell scripts that I should know better. Also would've been caught by shellcheck. Outside the hn edit window though, so my mistake is permanent :(
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: