shell cmd args

The * and ? will be extended to filename only  outside of single quotation and double quotation

noticely, the . will not be extended in shell wildcard match system

  $@  all command line arguements

       $* all command line arguements

原文地址:https://www.cnblogs.com/air-of-code/p/10405352.html