Pwd()

Print the current working directory

PWD   Show the working directory

example:

	# Change to the examples directory
	>> cd "/usr/local/genie/examples"
	>> pwd
	/usr/local/genie/examples

Pwd

Print the current working directory if called as a keyword command or return the directory as a string if called as a function.

Parameters:

RESULT (String)

String giving the current working directory.