Answers for "list files by file name linux command"

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

Browse Popular Code Answers by Language