您好,请问重定向到:或者从:重定向过来?这是什么意思?

shell脚本中经常看到这样的命令; :<< :> 很疑惑这是什么意思呢?求指教!

红糖糍粑
浏览 166回答 1
1回答

慕尼黑的夜晚无繁华

冒号在shell中表示空指令。原文如下::null command [colon]. This is the shell equivalent of a "NOP" (no op, a do-nothing operation). Itmay be considered a synonym for the shell builtin true. The ":" command is itself a Bash builtin, and its exit status is true (0).所以:: > file 用于清空文件下面这种形式是Here Document的一种用法,用于注释一段代码块:<<BLOCK...segment...BLOCK
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python
Java