Changes between Version 6 and Version 7 of UsersGuide/Shell


Ignore:
Timestamp:
2016-04-19T14:31:32Z (8 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/Shell

    v6 v7  
    11= Shell =
     2[[PageOutline]]
    23
    34HelenOS is primarily controlled by means of an interactive shell called ''Bdsh''. This sections teaches you the basics of using this shell.
     
    6768|| `from myinput.txt | command | to myoutput.txt` || It is possible to redirect input and output at the same time ||
    6869
    69 '''Note:''' HelenOS does not support pipes yet, so running `command | command` etc. is currently not supported.
     70{{{#!box type=note
     71HelenOS does not support pipes yet, so running `command | command` etc. is currently not supported.
     72}}}