Ask HN: Client to have complete list of files in server dir. using Linux

3 points by dogol ↗ HN
How s the definitive way for clients have complete list of files, allowable/accessible to them, in a server directory by use of Linux tools used as interprocess one-liner commands

4 comments

[ 2.8 ms ] story [ 15.3 ms ] thread
find /path/to/server/directory -type f -print | grep "$(whoami)"