会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
٩( 'ω' )و
三日不读书,便觉面目可憎
博客园
首页
新随笔
联系
订阅
管理
2024年10月25日
linux中,使用python3 实现用硬链接的方式复制复合文件夹
摘要: copy_with_hardlink.py import os import argparse def copy_with_hardlinks(src, dst): if not os.path.exists(dst): os.makedirs(dst) for item in os.listdir
阅读全文
posted @ 2024-10-25 17:31 BrianSun
阅读(7)
评论(0)
推荐(0)
编辑
公告