title fl
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  fl - find piped to xargs ls
SYNOPSIS
  fl [-u] [-d {0..10}] [<inpattern1> ...]
OPTIONS
  -u --usage  Show help message
  -d {0..10}  Set debug level
  inpattern1  Filename patterns to pass to `find(1)` invcation
BUGS
  This is not my preferred find piped to ls syntax. Now I use

    find /path -name 'patterns' -exec ls -altrdF --color=always {} +
  So this `fl(1)` script will probably be removed at a near future date from bgscripts package.
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
  `find(1)`
