Search Results

Search: Posts Made By: chetanpunekar
5,784
Posted By chetanpunekar
Thanks a lot for your guidance :)
Thanks a lot for your guidance :)
5,784
Posted By chetanpunekar
Hi Kevin, sorry for the trouble. I had tried...
Hi Kevin,

sorry for the trouble. I had tried -i option, but it is not available

D:\>sed -i 's\abc\xyz\g' abc.txt
sed: Unknown option -i
Usage: sed [-n] script [file...]
sed [-nE] [-e...
5,784
Posted By chetanpunekar
hey thanks dude, but I am not really able to get...
hey thanks dude, but I am not really able to get what you have written (dont mind). I am new to shell environment.

The command is working fine for stdout -
D:\>cat abc.txt

D:\>cat abc.txt...
5,784
Posted By chetanpunekar
sed not working
hello,

I am not able to redirect the output to the same file, where I am searching and replacing a pattern.
D:\>cat abc.txt
abc
D:\>sed "s\abc\xyz\g" abc.txt > abc.txt

D:\>cat abc.txt
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy