dirlist.sh
来自「ftam等标准协议服务器和客户端的源代码。」· Shell 代码 · 共 8 行
SH
8 行
: run this script through /bin/shwhile truedo (echo -n "Directory listing as of "; date; ls [A-Z]*) > DIRLIST sleep 30done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?