Answers for "list files in directory centos linux"

1

how to list files starting with a in linux

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

linux list files onlr

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

Code answers related to "list files in directory centos linux"

Browse Popular Code Answers by Language