src/cmd/rc: import rc syntax `delim{cmd} for splitting commands from 9atom

Co-authored-by: <ori@eigenstate.org>
This commit is contained in:
lufia
2025-07-21 13:36:21 +09:00
committed by Dan Cross
parent cc89d24235
commit 8ff39da062
7 changed files with 38 additions and 10 deletions

View File

@@ -228,6 +228,8 @@ The value is a single string containing the components of the named variable
separated by spaces. A variable with zero elements yields the empty string.
.HP
.BI `{ command }
.HP
.BI ` "split " { command }
.br
.I rc
executes the
@@ -240,6 +242,8 @@ If
.B $ifs
is not otherwise set, its value is
.BR "'\ \et\en'" .
In the second form of the command, split is used instead of
.BR $ifs .
.HP
.BI <{ command }
.HP