Lines Matching refs:block

225   which can return varied file system I/O block size values for files.
296 cp, mv, and install again read in multiples of the reported block size,
450 dd now counts bytes instead of blocks if a block count ends in "B".
849 '--block-signal[=SIG], to setup signal handling before executing a program.
994 tail --bytes=NUM will efficiently seek to the end of block devices,
1612 implies conv=unblock, and conv=ebcdic and conv=ibm now imply conv=block.
1891 shred increases the default write block size from 12KiB to 64KiB
1914 omitted. Note this enables df to output both block and inode fields together.
2177 in all situations on GNU/Linux, by correctly determining the block size.
2343 It now affects only the per-directory block counts written by -l,
2346 --block-size=1KiB, a new long option --kibibyte stands for -k.
3234 immediately. Before, it would block indefinitely.
3357 destination file system with a fundamental block size of 4KiB or greater.
3521 until it fills the incomplete block, reaches EOF, or encounters an error.
3949 The default block size and output format for df -P are now unaffected by
4212 the file's apparent size is not a multiple of its block size.
4767 stat -f -c %S outputs the fundamental block size (used for block counts).
4996 'df', 'du', and 'ls' now take the default block size from the
5478 * stat accepts a new file format, %B, for the size of each block reported by %b
5483 corresponding to the listed mount point. Before, for a block- or character-
5505 character-special and block files
5547 * The following features have been added to the --block-size option
5551 $ ls -l --block-size="'1" file
5555 $ ls -l --block-size="K"
5557 * ls's --block-size option now affects file sizes in all cases, not
5558 just for --block-size=human-readable and --block-size=si. Fractional
5560 * df now displays the block size using powers of 1000 if the requested
5561 block size seems to be a multiple of a power of 1000.
5621 * The block size notation is now compatible with SI and with IEC 60027-2.
5622 For example, --block-size=1MB now means --block-size=1000000,
5623 whereas --block-size=1MiB now means --block-size=1048576.
5629 * New df, du short option -B is short for --block-size.
5630 * You can omit an integer '1' before a block size suffix,
5631 e.g. 'df -BG' is equivalent to 'df -B 1G' and to 'df --block-size=1G'.
5634 df, du: -m or --megabytes (use -BM or --block-size=1M)
5635 df, du, ls: --kilobytes (use --block-size=1K)