Skip to content

harto/realpath-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

realpath for OS X

a.k.a. "the only useful C program I ever wrote"

A minimal implementation of realpath(1) which is included in most UNIX distributions, but not Mac OS X.

To install:

$ git clone https://github.com/harto/realpath-osx.git
$ cd realpath-osx
$ make
$ sudo make install

GNU realpath

If you want a "real" implementation of this command, the GNU version is available via the coreutils Homebrew formula:

brew install coreutils

About

A minimal implementation of realpath for Mac OS X

Resources

Stars

Watchers

Forks

Packages

No packages published