Answers:
在类Unix操作系统(包括BSD,GNU / Linux和Mac OS X),常波浪号表示当前用户的主目录:例如,如果当前用户的主目录
/home/bloggsj,那么cd,cd ~,cd /home/bloggsj或者cd $HOME是等价的。这种做法源自1970年代普遍使用的Lear-Siegler ADM-3A终端,该终端恰好在同一键上有波浪号和单词“ Home”(用于将光标移到左上方)。
您可以在本网站上找到Lear-Siegler ADM-3A键盘的照片。

此端子也是运动的命令的源中所使用的vi编辑器中:h,j,k,l对于左,下,上,右。
Esc在中切换模式的原因vi,因为这种类型的键盘上的按键很容易触及。
                    HERE IS关键是什么?
                    Some teleprinters had a "Here is" key, which transmitted a fixed sequence 20 or 22 characters [...] This was commonly used to identify a station; the operator could press the key to send the station identifier to the other end。资料来源:en.wikipedia.org/wiki/Teleprinter#.22Here_is.22_key
                    
mkdir '~'因为您会忘记逃避此操作rm -rf ~(有史以来最糟糕的一天)!