No Description
#!/bin/bashorigvar="This is the original string";replvar=${origvar//original/changed};replvar=${replvar//string/result.};echo "replvar==\"${replvar}\".";echo "this should now state \"This is the changed result.\".";
Post a Comment
No comments:
Post a Comment