>>>>> "Vance" == Vance Shipley <[EMAIL PROTECTED]> writes:
Vance> Akim, Ok, that hangs it:
Vance> bash-2.03$ perl -e "use Cwd 'chdir'; chdir('.')"
Vance> Nothing after that.
Good!
Now, what about this:
perl -e 'print ($ENV{"PWD"} =~ m|(/[^/]+(/[^/]+/[^/]+))(.*)|s);'\
-e 'print ", ", $ENV{"PWD"}, ", $1, $2\n"'
