mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
This commit is contained in:
@ -59,6 +59,8 @@ Name
|
||||
conveniently specify a list of nodes. The result is that the command will
|
||||
be applied to a range of nodes, often in parallel.
|
||||
|
||||
To avoid shell expansion, \ **noderange**\ should better be quoted with single quotes('') or double quotes("").
|
||||
|
||||
\ **noderange**\ is a comma-separated list. Each token (text between commas)
|
||||
in the list can be any of the forms listed below:
|
||||
|
||||
|
@ -36,6 +36,8 @@ B<noderange> is a syntax that can be used in most xCAT commands to
|
||||
conveniently specify a list of nodes. The result is that the command will
|
||||
be applied to a range of nodes, often in parallel.
|
||||
|
||||
To avoid shell expansion, B<noderange> should better be quoted with single quotes('') or double quotes("").
|
||||
|
||||
B<noderange> is a comma-separated list. Each token (text between commas)
|
||||
in the list can be any of the forms listed below:
|
||||
|
||||
|
Reference in New Issue
Block a user