In the help for the for command, the explanation for delims is as follows:
delims=xxx - Specifies a delimiter set. This replaces the
default delimiter set of spaces and tabs.
If I need the default delimiter set, but also want to add other delimiters, how can I do that?
Actually, the above question can also be understood as: how do I input a “tab”!
Because as long as I can input a tab, I can keep the original delimiter set.
delims=xxx - Specifies a delimiter set. This replaces the
default delimiter set of spaces and tabs.
If I need the default delimiter set, but also want to add other delimiters, how can I do that?
Actually, the above question can also be understood as: how do I input a “tab”!
Because as long as I can input a tab, I can keep the original delimiter set.

