-
Recent Posts
Recent Comments
- Charly on Weblogic starts slow
- Roger Kind Kristiansen on Weblogic starts slow
- Deepan on Weblogic starts slow
- Kishor on Weblogic starts slow
- pradip garala on Disable “WARNING: Parameters: Invalid chunk ignored.” messages in Tomcat log
Archives
Categories
Meta
Monthly Archives: April 2011
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