摘要: Python 3.4+ Use pathlib.Path.stem >>> from pathlib import Path>>> Path("/path/to/file.txt").stem'file'>>> Path("/path/to/file.tar.gz").stem'file.tar' 阅读全文
posted @ 2024-11-14 18:21 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: >> smartctl --test short /dev/sdasmartctl 7.2 2020-12-30 r5155 [aarch64-linux-5.10.176] (localbuild)Copyright (C) 2002-20, Bruce Allen, Christian Fran 阅读全文
posted @ 2024-11-14 13:34 profesor 阅读(8) 评论(0) 推荐(0) 编辑