I have a file
versions:
- sha: 123456789
and now I want to replace the 123456789
. Could anybody tell me what I should do to achieve this goal by using bash? Thank you for your help!
I have a file
versions:
- sha: 123456789
and now I want to replace the 123456789
. Could anybody tell me what I should do to achieve this goal by using bash? Thank you for your help!