Hi`
I have a difficulties to find the corect patern for the following string value:
"20030815/ABC.SS20_0.dat"
I d like to get word SS20_0,however i still could not get it work.
Do you guys know what is the correct pattern of the regex for my purpose?
i use
echo $myvar | sed -e 's/myfailedpattern//g'
Thanks