#!/bin/bashjobname="job_201312161447_0003"jobname_pre=${jobname:0:16}jobname_post=${jobname:17}
This bash script gives me Bad substitution error on Ubuntu. Any help will be highly appreciated.
#!/bin/bashjobname="job_201312161447_0003"jobname_pre=${jobname:0:16}jobname_post=${jobname:17}
This bash script gives me Bad substitution error on Ubuntu. Any help will be highly appreciated.