Answers for "list the files in linux"

1

linux list files onlr

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

how to view all the files in folder linux

#linux 
ls -a
#to view all the hidden files
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language