system ( en )

Last modification : 2013/01/26 19:16

system is a special build-in command to run external command without searching for joker characters (* and ?).
msh> echo *.txt
1.txt 2.txt 3.txt
 
msh> system echo *.txt
*.txt