Welcome!
1
cat xxx.txt | grep -Eo "hello-*\.txt"
cat xxx.txt | sed -r "s/.*(hello-*\.txt)\.rar/\1/g"
To be a better man.