Lines Matching refs:style

1210   System V style platforms where this information is available only
1224 ls --time-style no longer mishandles '%%b' in formats.
2030 md5sum now accepts the --tag option to print BSD-style output with GNU
2045 du no longer emits a "disk-corrupted"-style diagnostic when it detects
2735 stat gained support for several printf-style flags, such as %'s for
2795 ls -l now uses the traditional three field time style rather than
2796 the wider two field numeric ISO style, in locales where a style has
3085 md5sum --check now also accepts openssl-style checksums.
3646 md5sum would segfault for invalid BSD-style input, e.g.,
4308 ls now defaults to --time-style='locale', not --time-style='posix-long-iso'.
4309 However, the 'locale' time style now behaves like 'posix-long-iso'
4441 ls --indicator-style=file-type would sometimes stat a symlink
4444 ls --file-type worked like --indicator-style=slash (-p),
4445 rather than like --indicator-style=file-type.
4649 --indicator-style=slash. Use --file-type or
4650 --indicator-style=file-type to get -p's old behavior.
4751 du accepts new options: --time[=TYPE] and --time-style=STYLE
5591 * New ls time style: long-iso, which generates YYYY-MM-DD HH:MM.
5592 * Any time style can be preceded by "posix-"; this causes "ls" to
5594 * The default time style is now posix-long-iso instead of posix-iso.
5614 * ls now accepts --time-style=+FORMAT, where +FORMAT works like date's format
5692 - The 'full-iso' time style gives full ISO-style timestamps like
5694 - The 'iso' time style gives ISO-style timestamps like '2001-05-14 '
5696 - The 'locale' time style gives locale-dependent timestamps like
5698 - The 'posix-iso' time style gives traditional POSIX-locale
5700 specifies a non-POSIX locale, in which case it uses ISO-style dates.
5703 You can specify a time style with an option like --time-style='iso'
5709 * --full-time is now an alias for "-l --time-style=full-iso".