Home
last modified time | relevance | path

Searched refs:o2 (Results 1 – 6 of 6) sorted by relevance

/coreutils/tests/rm/
Drm5.sh44 tr '?' '\n' < out | head --bytes=-1 | sed 's/^ //' > o2
45 mv o2 out
Drm3.sh54 tr '?' '\n' < out | head --bytes=-1 | sed 's/^ //' |sort > o2
55 mv o2 out || framework_failure_
/coreutils/src/
Dod.c1810 uintmax_t o2; in main() local
1827 && parse_old_offset (argv[optind + 1], &o2)) in main()
1833 pseudo_start = o2; in main()
1839 n_bytes_to_skip = o2; in main()
1850 && parse_old_offset (argv[optind + 2], &o2)) in main()
1854 pseudo_start = o2; in main()
/coreutils/
DTHANKS.in362 Konrad Wróblewski coni@o2.pl
DNEWS5069 The default output format is now -t oS, not -t o2, i.e., short int
/coreutils/doc/
Dcoreutils.texi2197 Output as octal two-byte units. Equivalent to @option{-t o2}.