09 2021 档案

摘要:https://stackoverflow.com/questions/1497958/how-do-i-use-vim-registers https://vi.stackexchange.com/questions/84/how-can-i-copy-text-to-the-system-cli 阅读全文
posted @ 2021-09-30 23:57 imoon22 阅读(185) 评论(0) 推荐(0)
摘要:find ../ImageAll_V1_part1/mask/ -maxdepth 1 -type f | sort | head -n 40 | xargs cp -t ./ https://askubuntu.com/questions/662339/sort-files-alphabetica 阅读全文
posted @ 2021-09-04 10:30 imoon22 阅读(100) 评论(0) 推荐(0)
摘要:unzip -P <your-password> zipfile.zip 阅读全文
posted @ 2021-09-02 22:32 imoon22 阅读(253) 评论(0) 推荐(0)
摘要:ssh -p 16233 -i ~/.ssh/id_rsa_moba root@10.10.2.22 sftp -P 16233 -oIdentityFile=~/.ssh/id_rsa_moba root@10.10.2.22 阅读全文
posted @ 2021-09-02 14:52 imoon22 阅读(321) 评论(0) 推荐(0)