Search results

  1. S

    Delete specific word from file

    Thanks for sharing the script, I will use this to automate the process. As sed 's/[A-Z|a-z]*\.git$//g' v1.txt.copy > outputfile. this has worked sweet and simple for me. Thanks for your effort. really appreciate.
  2. S

    Delete specific word from file

    Hi Thanks a lot , Yes it worked !!
  3. S

    Delete specific word from file

    Hi, this will not work. There are 2000 lines and is not possible to go one by one manually. That’s the reason I was looking for some other method.
  4. S

    Delete specific word from file

    Hi, I am looking for a solution to delete specific words with extension a file . for Example from below file content: build/blueprint.git build/soong.git build/make.git libnativehelper.git prebuilts/abi-dumps/ndk.git prebuilts/abi-dumps/vndk.git prebuilts/abi-dumps/platform.git After delete...
Top