AIX

 View Only
  • 1.  Wrap command line in ksh

    Posted Tue June 22, 2021 09:33 AM
    Hello all;
    Is there a way to set ksh to wrap long commands to a new line rather than showing the less than sign, <, and using the same line?
    Thanks in advance for your help.

    ------------------------------
    Ed Stuart
    ------------------------------


  • 2.  RE: Wrap command line in ksh

    Posted Wed June 23, 2021 03:55 AM
    Hi,

    not in ksh. In ksh93 you can

    set -o multiline

    Best regards

    ------------------------------
    Plamen Tanovski
    ------------------------------