cmdsep
Last updated
Was this helpful?
Last updated
Was this helpful?
Command separator for current operating system.
sep = cmdsep()
sep - a string: on windows "&&", on linux ";"
cmdsep returns the command separator for current operating system.
This function is used by Nelson to build command lines for unix and dos operating systems.
.
1.11.0
initial version
Allan CORNET