Tag: path


Bash: function converts relative file path to absolute

For converting relative path to absolute full path in scripts I use this simple function. Also it works with path which contain '~’.… Read more