当前位置:网站首页>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 )
边栏推荐
- Install deeptools in CONDA mode
- 2022年PMP项目管理考试敏捷知识点(7)
- 氫氧化鈉是什麼?
- Unity ugui how to match and transform coordinates between different UI panels or uis
- How to deal with excessive memory occupation of idea and Google browser
- Set theory of Discrete Mathematics (I)
- Machine learning Seaborn visualization
- 公安基础知识--fb
- IPage can display data normally, but total is always equal to 0
- Jenkins reported an error. Illegal character: '\ufeff'. Class, interface or enum are required
猜你喜欢
Powermanagerservice (I) - initialization
U-boot initialization and workflow analysis
UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
I implement queue with C I
Clickhouse database installation deployment and remote IP access
M2dgr slam data set of multi-source and multi scene ground robot
2022 PMP project management examination agile knowledge points (7)
【无标题】
随机推荐
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
纯碱是做什么的?
arcgis_ spatialjoin
How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
Altimeter data knowledge point 2
ImportError: No module named ‘Tkinter‘
Hdu1232 unimpeded project (and collection)
Basic series of SHEL script (III) for while loop
Rough notes of C language (2) -- constants
[untitled]
I implement queue with C I
氫氧化鈉是什麼?
Qu'est - ce que l'hydroxyde de sodium?
Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
Simple use of timeunit
Miracast技术详解(一):Wi-Fi Display
[untitled]
Play with grpc - go deep into concepts and principles
大学生活的自我总结-大一
The SQL implementation has multiple records with the same ID, and the latest one is taken