Changes between Version 5 and Version 6 of UsersGuide/Shell
- Timestamp:
- 2012-04-02T08:48:13Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/Shell
v5 v6 45 45 }}} 46 46 47 == Arguments with spaces == 48 49 Bdsh supports syntax for passing arguments containing spaces. To enclose such an argument, use single quotes: 50 51 {{{ 52 # command 'hello world' 53 }}} 54 55 Embedding a literal single quote is also supported: 56 57 {{{ 58 # command 'Joe''s book' 59 }}} 60 47 61 == I/O redirection == 48 62