需要从链接文件夹输出Sed

I am able to get the Below answer starting with 21. I need to get rid of the beginning, and the end. I only need to get the "/apps/java/default_jdk"

什么是最好的Sed命令,它将使我获得该输出?

find /apps/java/ -type l -exec ls -lad {} \; |grep /apps/java/default | awk -F: '{print $2}'

21 /apps/java/default_jdk -> jdk1.8.0_181