mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-25 01:23:31 +02:00
12 lines
227 B
Plaintext
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. |