gpt4 book ai didi

python - 如何从python将文件名存储在数组中

转载 作者:行者123 更新时间:2023-12-03 15:09:32 26 4
gpt4 key购买 nike

我是 python 新手,在 linux 中使用 python2.7,我编写了如下的小 python 程序,但我想将每个文件名存储为一个 variable(index_list[1],...) .

index_list=[]
index_list=commands.getoutput('find /etl/input/ -maxdepth 6 -iname "*tmp" ')

print index_list[1]

谢谢,
普拉萨德

最佳答案

使用操作系统库:
https://docs.python.org/2/library/os.html#os.listdir

import os

mylist = os.listdir(path)

关于python - 如何从python将文件名存储在数组中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41806350/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com