Skip to main content
2 of 5
edited tags
terdon
  • 252.2k
  • 69
  • 480
  • 718

How can I 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.