site/I/index_sections/80_users.md

256 B

title bakers subtitle in order of most recent bake id bakers

    $(for u in $( find /home/*/public_html -maxdepth 0 -printf '%T@\t%p\n'| sort -nr | cut -f2- | sed 's,/home/\(.*\)/public_html,\1,') do p "
  • ~$u
  • " done)