Timeline for Replacing the word(case senstitive) in a file
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 19, 2020 at 16:18 | vote | accept | disha | ||
| Mar 19, 2020 at 14:32 | comment | added | noAnton | GNU sed has a very good documentation regarding all flags for instance in your case gnu.org/software/sed/manual/… | |
| Mar 19, 2020 at 13:57 | comment | added | disha | for eg: foo -- >bar Foo -->Bar. How to do that | |
| Mar 19, 2020 at 13:57 | comment | added | disha | thank u....Could you please help me with the case senstitive... For eg: In the same command sed should be able to replace both small and caps | |
| Mar 19, 2020 at 13:55 | comment | added | noAnton | When you are adding the -x flag to the first line of the script (#!/bin/bash -x ) then you are able to see which commands are executed. This should give you a hint about the problem. | |
| Mar 19, 2020 at 13:36 | comment | added | disha | am getting the error while reneming the file "No such file or directory" Can u pls help me | |
| Mar 19, 2020 at 12:52 | vote | accept | disha | ||
| Mar 19, 2020 at 12:52 | |||||
| Mar 19, 2020 at 12:51 | comment | added | disha | Thank u for your answer...Is it possible to make case sensitive? foo -->bar Foo--Bar | |
| Mar 19, 2020 at 11:45 | history | answered | noAnton | CC BY-SA 4.0 |