《问》:How to insert a new line in Linux shell script?

《问》

How to insert a new line in Linux shell script?

echo "First Line"
echo
echo "Third Line"

Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)