Y
Hacker News
new
|
ask
|
show
|
jobs
by
0942v8653
4210 days ago
Wouldn't it be better to simply do
"$@" "${FD[@]" &
And also remember to
alias ds='ds '
to enable alias expansion.
1 comments
felixmc
4210 days ago
would you mind explaining why that might be better?
link
0942v8653
4208 days ago
It avoids a call to eval, which is always good. It's also a bit simpler.
link