Search results

  1. D

    Read a file and modify it

    I initially dont know what the version should be. I should search it within the file and update it with my desired version
  2. D

    Read a file and modify it

    sed is what I'm trying to use together with grep but I'm having a hard time doing it. What I have in mind is to get the work "appVersion: 2.0.0-alpha.4.0", split this and just get only the version without quotation mark, modify it and then search the file with the text that contains this version...
  3. D

    Read a file and modify it

    I'll be doing this automatically when I do my deployment to my application.
  4. D

    Read a file and modify it

    Hello, I just want to ask some help as I am new to Linux. Basically I just want to modify the appversion and version number of this file. This is the content of the file. I would like to change it to version: 2.0.0-alpha.4.0-XXXXX appVersion="2.0.0-alpha.4.0-XXXXX"
Top