I have a string like basedir=/cp/osp/peaker/1543.23. here i want to extract 1543.23, in linux script, could someone tell me how to do this here.
May be using sed, regex, i was unable to do. here i want 1543.23 (so i want number and special character . also).