Wednesday, May 29, 2013

Recursively list all files in a directory Linux



find -follow -type f   à find all files recursively type file

ll –R  à long list recursively

ls –LR à List all recursively

tree –l  à tree structure  

find /dir -type f -follow -print| xargs ls –l   Ã  file and list all files

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

OpenShift: A Comprehensive Guide to Enterprise Kubernetes

OpenShift is Red Hat's enterprise Kubernetes platform for building, deploying, securing, operating, and scaling containerized applicati...