使用shell获取目录名和文件名

1250阅读 0评论2019-10-28 mfc42d
分类:LINUX

ls -l  |  awk '{print $NF}'
上一篇:修改本地的repository
下一篇:ubuntu无法安装pip3的解决办法