echo ${var}
blah
$ echo ${var%%a*}
bl
Glob patterns
Bash substring substitution. Но лучше делать подобное через sed
Обсуждают сегодня