Help for this page

Select Code to Download


  1. or download this
    sh -c "echo -e 'hi there'"
      -e hi there
    
  2. or download this
    bash -c "echo -e 'hi there'"
      hi there
    
    /bin/echo -e 'hi there'
      hi there