[SOLVED] TechStruggles

Solutions to tech problems

Solutions to tech problems

Solutions to tech problems

Home » scripting » sed to remove new line

sed to remove new line

This entry was posted in scripting Uncategorized on February 29, 2012 by techstruggles.

sed ‘s/n//g’ <–does not work

Because sed reads input a line at a time, and thus, won’t see n

 

SeeĀ http://backreference.org/2009/12/23/how-to-match-newlines-in-sed/

Leave a Comment Cancel reply

You must be logged in to post a comment.


Post navigation

  • ← Mysql: is not allowed to connect to this MySQL serverCsed by foreign host.
  • ssh tunneling and vnc →

Search

Categories

  • Android
  • Coding
  • Cryptocurrency
  • database
  • drupal
  • Graphics
  • iPhone
  • java
  • LAMP
  • Linux
  • Mac
  • Mobile
  • N
  • Other
  • phpbb
  • Raspberry pi
  • RaspberryPi
  • scripting
  • Sys admin
  • Tesla
  • Uncategorized
  • VMware
  • Web Stuff
  • Windows
  • wordpress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

· © 2025 [SOLVED] TechStruggles

Back to top