bashunixksh

Converting scripts from ksh to bash


I have some ksh scripts which I'd like to convert to run with bash instead.

Are there any useful on-line resources for this?

I'm really looking for a list of differences between the two shells and any gotchas I might encounter, although all information is welcome :-)


Solution

  • Have you tried looking at this page? It has a useful matrix of features and links to elsewhere.

    Also this link, search for:

    C2) How does bash differ from the Korn shell