Loading...
函数定义后可以直接当命令调用[root@docker-host sh]# test() > { &...
变量替换1、${变量名#匹配规则}作用:从变量开头进行规则匹配,将符合最短的数据删除[root@php....