📄 cp-d-files-to-dir
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -