mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-27 11:08:57 +02:00
4e9a99dd9a9ffc5a2a2dc17c55fc5b58f0cafa02
{"all", no_argument, &show_all_fs, 1},
but rather this form:
{"all", no_argument, NULL, 'a'},
Using the latter, all the option handling in one place: the getopt loop.
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
56.5%
Shell
27.6%
Perl
11.6%
Makefile
2.2%
M4
0.9%
Other
1.2%