这完全是我的错。我做了一些愚蠢的事情,我不知道如何解决它。我安装了 gpm,一个控制台鼠标服务器并正在测试它。这就是我所做的:
sudo apt-get install gpm
man gpm
selected some random text from man page with mouse
pasted this random text with mouse
现在,每当我键入 ls 命令(在本例中目录为空)时,都会发生以下情况:
doug@debian:~$ ls
e the right butt on each line will be removed from the ole holding the selection will clear the
我的 bash 历史记录文件没有显示我输入了什么命令来更改 ls 的行为。它的别名仍然正确为 ls='ls --color=auto'
我本来可以做什么呢?我觉得我好笨 :(
答案1
该列表显示了该目录中实际存在的内容。
文件名中的空格使得无法清楚地区分它们。使用长列表 ( ls -l
) 可以更好地了解情况。