testing version of LuaBIOS and OpenOS

people were having issues getting them to work so now we promote consistency
This commit is contained in:
2025-06-28 20:41:49 +02:00
parent 8210e20939
commit 687cfebd00
182 changed files with 14016 additions and 1 deletions

13
data/OpenOS/usr/man/more Normal file
View File

@@ -0,0 +1,13 @@
NAME
more - primitive file viewer
SYNOPSIS
more FILE
DESCRIPTION
`more` allows viewing the contents of a file one screenful at a time.
There is no buffering which means you cannot scroll back, long lines will jump the view forward, but there is a small and fixed memory footprint even when piping long running programs with significant output
EXAMPLES
more /home/a.txt
Displays the contents of file `/home/a.txt`