$& » History » Version 2
Per Amundsen, 12/14/2015 05:23 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 | 2 | Per Amundsen | echo -ag This is an example of a long $& |
12 | 1 | Per Amundsen | line that has been split into multiple lines $& |
13 | to make it easier to edit |
||
14 | } |
||
15 | </pre> |