Project

General

Profile

Actions

$& » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 12/14/2015 05:22 PM


Added in 1.9.0

$&

Can be used to wrap a long line into multiple lines in a script.

Example

alias longline {
 echo This is an example of a long $&
 line that has been split into multiple lines $&
 to make it easier to edit
}

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT