sjmulder / realpath

Utility wrapping realpath(), from OpenBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenBSD realpath(1)

A portable version of OpenBSD's realpath utility, a wrapper for the realpath() function.

This edition is versioned independently from OpenBSD, starting at 1.0 and using a regular major/minor/patch scheme.

Installing

make
make install   [DESTDIR=] [PREFIX=/usr/local] [MANPREFIX=${PREFIX}/man]
make uninstall [DESTDIR=] [PREFIX=/usr/local] [MANPREFIX=${PREFIX}/man]

The utility is pledged by default on OpenBSD only. If your platform has pledge() support, add -D HAVE_PLEDGE=1 to CFLAGS in the environment or on the make command line.

License

ISC license. Originally written by Klemens Nanni (kn@openbsd.org). See source files. This portable version is maintained by Sijmen J. Mulder (ik@sjmulder.nl).

About

Utility wrapping realpath(), from OpenBSD


Languages

Language:C 47.3%Language:Roff 40.6%Language:Makefile 12.2%