Lines Matching refs:bytes

409   by misdetecting their component bytes as spaces.
450 dd now counts bytes instead of blocks if a block count ends in "B".
743 od --skip-bytes now can use lseek even if the input is not a regular
976 tail --bytes again supports non seekable inputs on all systems.
994 tail --bytes=NUM will efficiently seek to the end of block devices,
1084 number of bytes matched) with 'match'/':' operators on multibyte strings.
1152 wc --bytes --files0-from now correctly reports byte counts.
1385 E.g., "3441325000 bytes (3.4 GB, 3.2 GiB) copied". It omits the summaries
1386 if they would not provide useful information, e.g., "3 bytes copied".
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]
1800 print approximately 2*N bytes of extraneous padding.
1894 split --line-bytes=SIZE, now only allocates memory as needed rather
1895 than allocating SIZE bytes at program start.
1928 cut with a range like "N-" no longer allocates N/8 bytes. That buffer
2597 It no longer reads the zero bytes from the input, and also can efficiently
2635 support (ext4, btrfs, xfs, ocfs2). Before, it had to read 2^20 bytes
2636 when copying a 1MiB sparse file. Now, it copies bytes only for the
2638 output file, it had to detect a long sequence of zero bytes. Now,
2659 is dependent on the number of bytes or lines per file.
3190 of the input was not a multiple of N bytes.
3242 is not a multiple of e.g., 512 bytes.
3356 of a file larger than ~4000 bytes from a linux-/proc file system to a
3909 "od -j L FILE" had a bug: when the number of bytes to skip, L, is exactly
3910 the same as the length of FILE, od would skip *no* bytes. When the number
3911 of bytes to skip is exactly the sum of the lengths of the first N files,
3933 split --line-bytes=N (-C N) no longer creates an empty file
3994 when it should, when operating on a full name longer than 511 bytes
3998 conditions: when a full name longer than 511 bytes specifies a search-only
4000 to open a truncated-to-511-byte name with the first five bytes replaced
4697 ls now refuses to generate timestamps containing more than 1000 bytes, to
4934 who now prints user names in full instead of truncating them after 8 bytes.
4968 selected bytes, characters, or fields.
4970 dd now also prints the number of bytes transferred, the time, and the
5000 values like 'ls -l' sizes that are normally displayed as bytes.
5071 Cray systems where the C short int type requires more than two bytes.
5306 paste no longer mistakenly outputs 0xFF bytes for a nonempty input file
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.
5480 * du --bytes (-b) works the same way it did in fileutils-3.16 and before
5532 output STRING between ranges of selected bytes.