cp-d-files-to-dir
来自「busybox最新版的源码:学习和应用的好东东,多的不说了,大家看后再说吧」· 代码 · 共 12 行
TXT
12 行
echo file number one > file1echo file number two > file2touch file3ln -s file2 link1mkdir therebusybox cp -d file1 file2 file3 link1 theretest -f there/file1test -f there/file2test ! -s there/file3test -L there/link1test xfile2 = x`readlink there/link1`
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?