mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix overview of core programs in user-guide.
This commit is contained in:
parent
754d1f3383
commit
2e7f90fdf7
1 changed files with 2 additions and 1 deletions
|
@ -157,6 +157,7 @@ Sortix comes with a number of home-made programs. Here is an overview:
|
||||||
* `echo` - print command line arguments
|
* `echo` - print command line arguments
|
||||||
* `editor` - text editor
|
* `editor` - text editor
|
||||||
* `extfs` - ext2 filesystem server
|
* `extfs` - ext2 filesystem server
|
||||||
|
* `false` - exit with an error status
|
||||||
* `find` - recursively list files
|
* `find` - recursively list files
|
||||||
* `head` - display start of file
|
* `head` - display start of file
|
||||||
* `help` - show list of available programs
|
* `help` - show list of available programs
|
||||||
|
@ -172,7 +173,6 @@ Sortix comes with a number of home-made programs. Here is an overview:
|
||||||
* `mkdir` - create directory
|
* `mkdir` - create directory
|
||||||
* `mkinitrd` - create an initrd
|
* `mkinitrd` - create an initrd
|
||||||
* `mv` - move a file
|
* `mv` - move a file
|
||||||
* `mxsh` - the shell
|
|
||||||
* `pager` - display file page by page
|
* `pager` - display file page by page
|
||||||
* `pong` - remake of the classic pong game
|
* `pong` - remake of the classic pong game
|
||||||
* `pwd` - print current directory path
|
* `pwd` - print current directory path
|
||||||
|
@ -182,6 +182,7 @@ Sortix comes with a number of home-made programs. Here is an overview:
|
||||||
* `snake` - remake of the classic snake game
|
* `snake` - remake of the classic snake game
|
||||||
* `tail` - display end of file
|
* `tail` - display end of file
|
||||||
* `time` - measure program running time
|
* `time` - measure program running time
|
||||||
|
* `true` - exit with a success status
|
||||||
* `type` - type raw characters directly into the terminal
|
* `type` - type raw characters directly into the terminal
|
||||||
* `uname` - system information
|
* `uname` - system information
|
||||||
* `uptime` - time since initialization
|
* `uptime` - time since initialization
|
||||||
|
|
Loading…
Reference in a new issue