Lines Matching refs:N
320 'split -n N' now splits more evenly when the input size is not a
321 multiple of N, by creating N output files whose sizes differ by at
323 less than N.
443 date +'%-N' now suppresses excess trailing digits, instead of always
474 dd now supports the aliases iseek=N for skip=N, and oseek=N for seek=N,
564 split --number=K/N will again correctly split chunk K of N to stdout.
665 cp now copies /dev/fd/N correctly on platforms like Solaris where
666 it is a character-special file whose minor device number is N.
718 "N" to "Y" are equivalent to UTC-1 to UTC-12
728 Epoch, then "date '+%s.%-N'" formerly output "1590020079.3388470",
845 test now supports the '-N FILE' unary operator (like e.g. bash) to check
1323 stat --format=%N for quoting file names now honors the
1647 head --bytes=-N and --lines=-N now handles devices more
1652 head --bytes=-N - no longer fails with a bogus diagnostic when stdin's
1654 [bug introduced with the --bytes=-N feature in coreutils-5.0.1]
1658 [bug introduced with the --lines=-N feature in coreutils-5.0.1]
1799 od -wN with N larger than 64K on a system with 32-bit size_t would
1800 print approximately 2*N bytes of extraneous padding.
1928 cut with a range like "N-" no longer allocates N/8 bytes. That buffer
1944 cut -f no longer inspects input line N+1 before fully outputting line N,
2163 head --lines=-N (-n-N) now resets the read pointer of a seekable input file.
2774 du recognizes -d N as equivalent to --max-depth=N, for compatibility
3189 dd cbs=N conv=unblock would fail to print a final newline when the size
3190 of the input was not a multiple of N bytes.
3405 pr: fix the bug whereby --indent=N (-o) did not indent header lines
3506 systems. Before, they would exhibit O(N^2) performance, due to linear
3614 On such systems, uniq --skip-fields=N would fail to skip the proper
3801 head -c, head -n, od -j, od -N, od -S, split -b, split -C,
3884 date -d now accepts strings of the form e.g., 'YYYYMMDD +N days',
3885 in addition to the usual 'YYYYMMDD N days'.
3911 of bytes to skip is exactly the sum of the lengths of the first N files,
3912 od would skip only the first N-1 files. [introduced in textutils-2.0.9]
3933 split --line-bytes=N (-C N) no longer creates an empty file
4637 If the file F is non-seekable and contains fewer than N blocks,
4638 then before copying "dd seek=N of=F" now extends F with zeroed
4639 blocks until F contains N blocks.
4861 'pr --columns=N' was not equivalent to 'pr -N' when also using
4882 ptx now diagnoses invalid values for its --width=N (-w)
4883 and --gap-size=N (-g) options.
4909 "sort" no longer has O(N**2) behavior when it creates many temporary files.
5240 ls --width=N (for very large N) is no longer subject to an address
5243 ls --width=N (with -x or -C) no longer allocates more space
5294 fold -s -wN would infloop for N < 8 with TABs in the input.
5378 - head now accepts --lines=-N (--bytes=-N) to print all but the
5379 N lines (bytes) at the end of the file
5427 - split can now handle --bytes=N and --lines=N with N=2^31 or more.
5570 * 'tail -c N FILE' now works with files of size >= 4GB
5644 resort to emulating 'skip=N' behavior using reads on tape devices, because