Hi can anybody help me in understanding this sed -e "1,/^%!ab-cdef$$/d;s/\.#@%&\*)/\)/g" > file.txt

Naveen

delete every line from the first line to the exact line %!ab-cdef$ , and on the rest of the lines change any occurence of the following character sequence .#@%&*) to )

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.