You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pwd -h
Print the current working drive and directory.
$ pwd -help
Usage: pwd -N (N:digit) -L -P
Print the current working drive and directory.
Options:
-N: N is digit. Print the N-previous directory.
-L: Use PWD from environment, even if it contains symlinks. (default)
-P: avoid symlinks.
If this works, why not add a help option for commands other than pwd as well?
By
/?
,/help
,-help
or-h
The text was updated successfully, but these errors were encountered: