Skip to main content
1 of 5

i want to delete all characters falling under /* .... */ including /* & */

I did tried sed and awk, but its not working as the character involves "/" which is already there in command as delimiter.

Please let me know how can i achieve this.