Skip to content

A minimal C implementation of realpath for macOS. Supports multiple paths and --relative-to option.

Notifications You must be signed in to change notification settings

mitliao/realpath-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

realpath for macOS

This is a very much simpler implementation of realpath from GNU coreutils, inspired by harto/realpath-osx.

This version supports multiple path arguments just like the GNU one, and a very useful option --relative-to.

To build, just run make. After that, you can run make install which will install realpath to /usr/local/bin/.

About

A minimal C implementation of realpath for macOS. Supports multiple paths and --relative-to option.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published