Timeline for Run a script on multiple shells?
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 30, 2015 at 16:09 | answer | added | Patrick | timeline score: 1 | |
| Nov 18, 2014 at 19:26 | answer | added | iconoclast | timeline score: 0 | |
| Aug 12, 2014 at 15:30 | vote | accept | SpruceTips | ||
| Aug 8, 2014 at 19:33 | history | edited | SpruceTips | edited tags | |
| Aug 8, 2014 at 16:15 | history | edited | SpruceTips | CC BY-SA 3.0 | Added update to issue. |
| Aug 5, 2014 at 23:58 | answer | added | Michael Durrant | timeline score: 0 | |
| Aug 5, 2014 at 23:41 | answer | added | Gilles 'SO- stop being evil' | timeline score: 3 | |
| Aug 5, 2014 at 22:08 | comment | added | Scott - Слава Україні | I’m curious whether the issue is (1) the difference between AIX commands and Linux commands, or (2) the difference between ksh scripting style and bash scripting style. In case 1, I would agree with @jw013 and encourage you to assess how much commonality there would be the two scripts, and how much specialized stuff, and decide based on that. But if it’s 2, I would suggest that you back out the ksh-isms and “dumb down” the script to follow POSIX shell conventions, so it works in both shells. | |
| Aug 5, 2014 at 20:28 | answer | added | Andrei.Tich | timeline score: 2 | |
| Aug 5, 2014 at 20:16 | comment | added | jw013 | If AIX commands and Linux commands are very similar, it may make sense to put them in the same script with some extra code to handle the differences. If AIX commands and Linux commands are completely different, it may make more sense to have two different versions of the script. | |
| Aug 5, 2014 at 19:57 | review | First posts | |||
| Aug 5, 2014 at 19:57 | |||||
| Aug 5, 2014 at 19:56 | history | asked | SpruceTips | CC BY-SA 3.0 |