Answers for "list of files in linux"

9

linux list directories

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

ubuntu list files

ls #show list folders and files in current dir
Posted by: Guest on September-20-2021
1

linux list files onlr

ls -p | grep -v /
Posted by: Guest on October-15-2020
1

list all files in a directory and subdirectory linux

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

Browse Popular Code Answers by Language