如何使用终端显示特定文件的所有非空行
命令
grep -vP '\S' alpha
只显示空行,但我不知道如何使用终端在 Ubuntu 中显示所有非空行
command-line 14.04
14.04 ×1
command-line ×1