ls(1): Add -_ option to include nanotime in ls -l.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 26 Dec 2017 09:23:49 +0000 (11:23 +0200)
committerzrj <zrj@dragonflybsd.org>
Tue, 26 Dec 2017 11:49:11 +0000 (13:49 +0200)
commit4c605ac6641b75868be475924b6f58238bcd58ef
tree28ae7b9e5e6682d5c791ef2a0966ad130b88a52f
parentdc3f655cd70a6bfedf5f17be9515b4df39f2ddfe
ls(1): Add -_ option to include nanotime in ls -l.

Very useful when debugging Makefile races in rules with
vfs.timestamp_precision=1 set.
Yes, ls -l_ seems strage, but we are running out of letters and
FreeBSD already has the "-," flag in their ls(1).
bin/ls/ls.1
bin/ls/ls.c
bin/ls/ls.h
bin/ls/print.c
bin/ls/util.c