cp-files-to-dir
来自「arm9200t上的一个叫busybox的东西」· 代码 · 共 12 行
TXT
12 行
echo file number one > file1echo file number two > file2touch file3ln -s file2 link1mkdir therebusybox cp file1 file2 file3 link1 theretest -f there/file1test -f there/file2test ! -s there/file3test -f there/link1cmp there/file2 there/link1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?