Searched refs:terse (Results 1 – 2 of 2) sorted by relevance
1661 default_format (bool fs, bool terse, bool device) in default_format() argument1666 if (terse) in default_format()1681 if (terse) in default_format()1882 bool terse = false; in main() local1924 terse = true; in main()1967 format = default_format (fs, terse, /* device= */ false); in main()1968 format2 = default_format (fs, terse, /* device= */ true); in main()
12914 @itemx --terse12916 @opindex --terse12917 @cindex terse output12918 Print the information in terse form, suitable for parsing by other programs.12926 $ stat --terse ...12929 The same illustrating terse output in @option{--file-system} mode:12932 $ stat -f --terse ...