$& » History » Version 1
Per Amundsen, 12/14/2015 05:22 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$&* |
||
| 4 | |||
| 5 | Can be used to wrap a long line into multiple lines in a script. |
||
| 6 | |||
| 7 | *Example* |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | alias longline { |
||
| 11 | echo This is an example of a long $& |
||
| 12 | line that has been split into multiple lines $& |
||
| 13 | to make it easier to edit |
||
| 14 | } |
||
| 15 | </pre> |