'How do i change bi-us-rds-September text value in a file to bi-us-rds- + current date with september as month name? [closed]

i have a file which contains few lines of code

identifier = "bi-us-rds-15september"

i have to change "bi-us-rds-15september" with "bi-us-rds-current date & current month " . For example - "bi-us-rds-15september" with "bi-us-rds-18september . I want to accomplish this using task shell script but i am not good with scripting .



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source