📄 cp-a-files-to-dir
字号:
echo file number one > file1echo file number two > file2ln -s file2 link1mkdir dir1touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3mkdir therebusybox cp -a file1 file2 link1 dir1 theretest -f there/file1test -f there/file2test ! -s there/dir1/file3test -L there/link1test xfile2 = x`readlink there/link1`test ! dir1/file3 -ot there/dir1/file3test ! dir1/file3 -nt there/dir1/file3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -