⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?

Posted on

I need to know if I can move a shell script abc.sh originally written for solaris work just fine if moved to Redhat Linux. Its a pretty generic but loooong script. I appreciate your answers in advance.

Share and Enjoy:
  • printfriendly Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • digg Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • delicious Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • facebook Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • yahoobuzz Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • twitter Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • googlebookmark Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • email link Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • linkedin Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • live Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • myspace Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • pdf Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • plurk Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • slashdot Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • technorati Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • tumblr Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?
  • hackernews Can a shell script written for Solaris UNIX machine work just fine if ported into a Redhat Linux machine?

Tags: , , , , , , , , , , , ,


  • ray_diator

    On the assumption that that it was written using a Bourne shell then a Bash shell should be able to cope with it.

    Bear in mind that there could be some anomalies because some commands behave differently even though the command exists on both machines.