shell字符處理的幾個函數

字符處理函數bash #!/bin/bash # example: # replacevariables func @x vara # assume func=@x*@x+2*@x+1 vara=(a b c) # to apply @x as a,b,c in func, the result is a*a+2*a+a b*b+2*b+1 c*c+2*c+1
相關文章
相關標籤/搜索