Hiyas,
I'm trying to parse some information from an array I'm running through.
It runs though the array in lines (as below):
$line = $arrayName[$i];
an example of $line is
-rwxrw-rw- 1 root root 587336 Jan 9 19:35 aim_aztec.bsp
in each line I'm looking for the .bsp so in the case it would be aim_aztec.bsp
I've been trying and search for hours with no luck, hope you can help.
Thanks.