Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Now another problem occurred. I need to support AIX and the AIX korn shell does not support -c, only -a for append and -q for qiet. Any ideas how to run it without -c? Commented Mar 15, 2018 at 10:34
  • I was going to suggest asking a new question but I see you’ve just done that ;-). Commented Mar 15, 2018 at 12:56
  • For python or similar: script -c "python p.py" Commented Oct 6, 2020 at 17:57