- or download this
/usr/vsa -> /root/site/tools/gauv
/usr/vsa/pkgs/python3/3.6.3a -> 3.6.3
- or download this
/usr/
/usr/vsa
...
/root/site/tools/gauv/python3/3.6.3
/root/site/tools/gauv/python3/3.6.3/bin
/root/site/tools/gauv/python3/3.6.3/bin/python3.6
- or download this
my @arr;
foreach my $c (split("/", $current_path)) {
...
last;
}
}