Linux - Use readlink instead of realpath

By xngo on June 30, 2019

To get the absolute canonical file path, use readlink instead of realpath because readlink is ubiquitous.

readlink -ev FILE

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.