Next Hold Space 15

sed

  • Using sed could be tough

  • For example, let's turn this:

          I am a heading
          **************
          
          I am some body text that should not
          be formatted specially
  • Into this:

          I AM A HEADING
          
          I am some body text that should not
          be formatted specially

Next Next