and how to list all files in a directory including full path, owner, group and permissions for each file
|
feedback
|
migrated from stackoverflow.com Oct 18 '10 at 13:56
This question came from our site for professional and enthusiast programmers.
|
you can use GNU
check the man page of | |||
|
feedback
|
|
You should actually do it that way
That way you get also the permissions and each file gets listed on one line. | |||
|
feedback
|