Changes between Version 6 and Version 7 of UsersGuide/Shell
- Timestamp:
- 2016-04-19T14:31:32Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/Shell
v6 v7 1 1 = Shell = 2 [[PageOutline]] 2 3 3 4 HelenOS is primarily controlled by means of an interactive shell called ''Bdsh''. This sections teaches you the basics of using this shell. … … 67 68 || `from myinput.txt | command | to myoutput.txt` || It is possible to redirect input and output at the same time || 68 69 69 '''Note:''' HelenOS does not support pipes yet, so running `command | command` etc. is currently not supported. 70 {{{#!box type=note 71 HelenOS does not support pipes yet, so running `command | command` etc. is currently not supported. 72 }}}