Linux Command to List all the Files Recursively

Tagged with: , , , , ,

Recursively list all files in the current folder and all the sub folders


ls -R

ls -R1

Leave a Reply