I tried the code as given on delete text between curly brackets
however I am facing this different error regarding event in sed.
file contains:
This is {
{the multiline
text} file }
that wants
{ to {be
changed}
} anyway.
sed ':again;$!N;$!b again; s/{[^}]*}//g' file
what is supposively going wrong in the workout?
Error
N: Event not found.
many-times when i perform simple copy paste from windows to unix terminal some of special characters do get deleted . I don't know how. I am using citrix based apps to run UNIX
– JigarGandhi Dec 01 '14 at 09:43echo $shell
– JigarGandhi Dec 01 '14 at 09:47