Comment 2 for bug 1066056

Revision history for this message
Helmut Enck-Radana (helmenra) wrote :

The length of the path of the current working directory can be obtained in bash with

echo -n $(readlink -f $PWD) | wc -c