How to retrieve the first n characters of a variable in Bash?
如何使用bash检索变量的前10个字符?
1
| FOO="qwertzuiopasdfghjklyxcvbnm" |
我要去叫qwertzuiop。
- 这不是正确的赋值语法。foo=${foo:0:10}…foo=${foo%%"${foo##??????????}"}
(P)如果变量是:字母名称(p)(P)Then(p)字母名称(P)我会给第一个十个字符。(p)
(P)请用字母名称1(p)字母名称