/bash-realpath

Bash utility emulates realpath command

Primary LanguageShell

bash-realpath

Bash utility behaves like realpath(1).

Usage

. realpath.sh
realpath path/to/something

It outputs absolute path of the argument following symlinks recursively.

Testing

You need progrhyme/shove for testing.

Install shove, then run:

make

License

The MIT License.

Copyright (c) 2020 IKEDA Kiyoshi.