Filename space charactor

使用空格符做文件名,达到隐藏的目的,使用“ls -la”命令,可能都无法察觉

bash

cat > ' '
cat > " "
cat > \ 
cat > .\
cat > \ \ \ \

测试过程