문제

can someone help me i don't know how to get this working. I can't see "escape" colors or i don't know how they are called in my terminal:

http://cl.ly/image/0U3N0Z2M2q2m

도움이 되었습니까?

해결책

Assuming tpb.sh just prints the contents of what was output to your terminal, the simplest way is probably to do:

echo -e "$(./tpb.sh)"

The -e option enables the interpretation of backslashed escapes by echo.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top