Answers for "linux list files and folders"

13

linux list directories

ls -d */
Posted by: Guest on June-15-2020
1

how to list files starting with a in linux

find . -type f -name "abc*"
Posted by: Guest on May-20-2021
0

list all files in a directory and subdirectory linux

find . -type f -follow -print
Posted by: Guest on May-02-2020

Code answers related to "linux list files and folders"

Python Answers by Framework

Browse Popular Code Answers by Language