-
Recent Posts
Recent Comments
- Kishor on Weblogic starts slow
- pradip garala on Disable “WARNING: Parameters: Invalid chunk ignored.” messages in Tomcat log
- fisker on Weblogic starts slow
- St33v0 on Weblogic starts slow
- ajay on Weblogic starts slow
Archives
Categories
Meta
Tag Archives: regex
Replace end of lines with commas in sed
Need to extract numbers and create a comma separated list: $ sed -e :label -e N -e ‘s/\n/, /’ -e ‘s/[ |]//g’ -e tlabel <<xxxx > | 919 | > | 1027 | > | 1593 … Continue reading