Next: , Previous: , Up: file commands   [Contents][Index]


6.2.8 Normalising pathnames

Function: mbfl_file_enable_realpath

Declare the commands required to normalise pathnames. Declaring the intention to use a program

The programs are: realpath.

Function: mbfl_file_realpath pathname [opt …]
Function: mbfl_file_realpath_var _RV pathname [opt …]

Normalise the given pathname using realpath and print the result to stdout. The optional arguments opt are added, as options, to the command line of realpath.

The function variant _var stores the result in the variable _RV, rather than print it; Result variables.


Next: , Previous: , Up: file commands   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.