6.1 KiB
6.1 KiB
0> |
- ! | Usage: !<command> [<args1> <args2> ...] # Run command via system(3) with raw output.
! | Grepping via '~' automatically forces use of '!!'
! | instead.
! | Examples:
! | | !ls # Execute the 'ls' command via system(3)
0> %|
0> %|
- $ | Usage: $[alias[=cmd] [args...]] # List all defined aliases / Define alias (see %$? for help
% | Usage: %[j] <expr> # Evaluate numerical expression <expr>
% | │ % <expr> # Evaluate numerical expression <expr>
% | │ %j <expr> # Evaluate numerical expression <expr> (JSON mode)
%j | Usage: %j[j] <expr> # Evaluate numerical expression <expr> (JSON mode)
0> %l|
0> %l|
- %L | Usage: %L[q] <str> # Calculate length of string <str>. Quiet mode stores value in `$?`
%L | register.
%L | │ %L <str> # Calculate length of string <str>. Quiet mode stores value in `$?` register.
%L | │ %Lq <str> # Calculate length of string <str>. Quiet mode stores value in `$?` register.
%L | (quiet mode)
EOF
RUN
- ! | Usage: !<command> [<args1> <args2> ...] # Run command via system(3) with raw output.
! | Grepping via '~' automatically forces use of '!!'
! | instead.
! | Examples:
! | | !ls # Execute the 'ls' command via system(3)
0> %|
0> %|
- $ | Usage: $[alias[=cmd] [args...]] # List all defined aliases / Define alias (see %$? for help
% | Usage: %[j] <expr> # Evaluate numerical expression <expr>
% | │ % <expr> # Evaluate numerical expression <expr>
% | │ %j <expr> # Evaluate numerical expression <expr> (JSON mode)
%j | Usage: %j[j] <expr> # Evaluate numerical expression <expr> (JSON mode)
0> %l|
0> %l|
- %L | Usage: %L[q] <str> # Calculate length of string <str>. Quiet mode stores value in `$?`
%L | register.
%L | │ %L <str> # Calculate length of string <str>. Quiet mode stores value in `$?` register.
%L | │ %Lq <str> # Calculate length of string <str>. Quiet mode stores value in `$?` register.
%L | (quiet mode)
EOF
RUN