Changes between Version 5 and Version 6 of UsersGuide/Shell


Ignore:
Timestamp:
2012-04-02T08:48:13Z (12 years ago)
Author:
Martin Sucha
Comment:

Add information about arguments with spaces

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/Shell

    v5 v6  
    4545}}}
    4646
     47== Arguments with spaces ==
     48
     49Bdsh supports syntax for passing arguments containing spaces. To enclose such an argument, use single quotes:
     50
     51{{{
     52# command 'hello world'
     53}}}
     54
     55Embedding a literal single quote is also supported:
     56
     57{{{
     58# command 'Joe''s book'
     59}}}
     60
    4761== I/O redirection ==
    4862