Answers for "linux list files in txt"

0

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 in txt

ls > filenames.txt
Posted by: Guest on January-17-2022

Browse Popular Code Answers by Language