当前位置:网站首页>Deepin get file (folder) list
Deepin get file (folder) list
2022-07-05 07:28:00 【work-harder】
background
- deepin 20,
- Get a list of pure file names , One file name per line
Way
- Use ls -1 (-1, It's the number. 1, Not lowercase letters L)
- Use 2 this cut: ls -l | cut -d":" -f2 | cut -d" " -f2 (ls -l, Lowercase L)
- The following figure for ls -l ( A lowercase letter L) Complete display of
- -d":", No row of the original output result is fixed at ":", Select as the division symbol
- -d" ", After split , The space in the middle is used as the division symbol ( Assume that the file name has no spaces )

边栏推荐
- Today, share the wonderful and beautiful theme of idea + website address
- [vscode] recommended plug-ins
- 公安基础知识--fb
- Idea push project to code cloud
- An article was opened to test the real situation of outsourcing companies
- [software testing] 05 -- principles of software testing
- Cookie operation
- 使用go语言读取txt文件写入excel中
- Unforgettable summary of 2021
- Simple use of timeunit
猜你喜欢

Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL

Unforgettable summary of 2021

目标检测系列——Faster R-CNN原理详解

Altimeter data knowledge point 2

An article was opened to test the real situation of outsourcing companies

Powermanagerservice (I) - initialization

Tshydro tool
![[untitled]](/img/d5/2ac2b15818cf66c241e307c6723d50.jpg)
[untitled]

Light up the running light, rough notes for beginners (1)

Jenkins reported an error. Illegal character: '\ufeff'. Class, interface or enum are required
随机推荐
氫氧化鈉是什麼?
ImportError: No module named ‘Tkinter‘
When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty
[node] differences among NPM, yarn and pnpm
纯碱是做什么的?
Batch convert txt to excel format
What if the DataGrid cannot see the table after connecting to the database
Application of MATLAB in Linear Algebra (4): similar matrix and quadratic form
Docker installs MySQL and uses Navicat to connect
Basic series of SHEL script (III) for while loop
[untitled]
What does soda ash do?
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
Typescript get timestamp
使用go语言读取txt文件写入excel中
NPM and package common commands
Using GEE plug-in in QGIS
Miracast技术详解(一):Wi-Fi Display
DataGrid offline installation of database driver
Concurrent programming - how to interrupt / stop a running thread?