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

Well the largest advantage is you can write and test scripts on Linux that will work on UN*X (like AIX) where bash does not exist. Also this works:

awk '{printf("%s %s %s %s", $1, $2, $3, $4)}' < file | read v1 v2 v3 v4

and many ksh scripts outside of Linux uses that syntax




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

Search: