#!/bin/bash jobname="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. 13 Answers 13
This question already has answers here: How to replace all occurrences of a string in JavaScript (79 answers) Closed 7 years ago. I ...
-
May 7, 2022
- 0 Comments
This question already has answers here: Is there a simple way to remove multiple spaces in a string? (24 answers) Closed 7 years ...
-
May 6, 2022
- 0 Comments