Bash中的Echo newline打印文字\ n在Bash中,試過這個:echo -e "hello\nworld"但它不會僅打印換行符\n。如何讓它打印換行符?我正在使用Ubuntu 11.04。 查看完整描述