<<
Quick usage
>>
Troubleshooting
Related things
The variable _mchar is used to separate one command from another in a shell line. So, after the command:
1> Set _mchar ";"
you can put more shell commands into the same line, separated from each other by
;
.
<<
Quick usage
>>
Troubleshooting