Hacker News new | past | comments | ask | show | jobs | submit login

FYI, the subshell and `ls` are unnecessary.

    for pub in *.pub; do ....
would work just fine.



yeah, that's actually better because, providing you quote the variable, it handles spaces correctly.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: