linux/shell每日学习笔记

<<-EOF和<

使用<<-EOF最后的EOF不用顶格(可以使用Tab)



shell中的冒号

help :
:: :
    Null command.
    
    No effect; the command does nothing.
    
    Exit Status:
    Always succeeds.



shell脚本注释方法

一.

: '
echo code
'

二.

:<


你可能感兴趣的:(每日技术学习)