IonutParau 687cfebd00 testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
2025-06-28 20:41:49 +02:00

12 lines
227 B
Plaintext

NAME
pwd - print name of current/working directory
SYNOPSIS
pwd
DESCRIPTION
`pwd` writes the name of the current working directory to the standard output.
EXAMPLES
pwd
Write the current directory to the terminal.