Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有将输入列表从列表文件提供给 tar 文件的参数?
我知道 cli “-T” 参数可以做到这一点,但 tarfile.py 有类似的东西吗?
我使用子进程,但我想在没有 cli 'tar' 命令的情况下处理它。
谢谢你。