i wont to cut my string with sed but i dont know how it works
my string:
../config_export-import/JCRAPI-usecases-export-doc-10.xml
I need get only :
JCRAPI-usecases-export-doc-10.xml
This not static string, “config_export-import” path always different, but always static is
“JCRAPI-usecases-“
couple of ideas: