Project

General

Profile

Actions

Added in 1.9.0

$&

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

Example

alias longline {
 echo -ag 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 · 2 revisions

Also available in: PDF HTML TXT