Home » questions » How to pass newline, tab or space to the shell? tcsh and bash?

How to pass newline, tab or space to the shell? tcsh and bash?

2006-08-10 05:05:03, Category: Programming & Design

Answers

  1. clievers

    On 2006-08-16 15:06:34


    I'm not sure exactly what you are trying to do, but you should be able to use escape characters: newline -> \n tab -> \t space -> just a space
  2. HOTTIE

    On 2006-08-18 04:43:24


    dodc