Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In bash you can also do do "while read -a F ; do echo field2 is ${F:1} ; done". (-a will assign each field to an zero indexed array)


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

Search: