To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

 

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