Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

ghsable/pwdh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwdh

Haskell CI

pwdh is pwd written by Haskell.

Installation

$ cabal install --overwrite-policy=always

Usage

$ pwdh --help
Print the full filename of the current working directory.

-P, --physical  avoid all symlinks

    --help      display this help and exit

    --version   output version information and exit

If no option is specified, -P is assumed.

Example

[user@host:/home]$ pwdh -P
/home

License

BSD-3-Clause