#!/bin/bash
#需要展示的文件目录
mldir="/home/"
mlfile=$(ls $mldir)
for filelb in ${mlfile}
do
echo "${filelb}"
done
分类: shell 标签: 暂无标签

评论

暂无评论数据

暂无评论数据

目录