ns_normalizepath(3) commands

SYNOPSIS

ns_normalizepath path





DESCRIPTION

ns_normalizepath

Removes extraneous slashes ("/") from the given path

EXAMPLES

ns_normalizepath
ns_normalizepath a/b///c/d Returns: /a/b/c/d

KEYWORDS