Name Date Size

..25-Oct-20244 KiB

demo_many_options.cH A D25-Oct-2024551

demo_number.cH A D25-Oct-2024895

demo_scankey.cH A D25-Oct-20242 KiB

demo_utf8towc.cH A D25-Oct-2024864

hello.cH A D25-Oct-2024880

hostid.cH A D25-Oct-2024579

logwrapper.cH A D25-Oct-20242 KiB

READMEH A D25-Oct-2024649

skeleton.cH A D25-Oct-20243.3 KiB

README

1Example commands
2
3You probably don't want to deploy any of this.
4
5The hello.c and skeleton.c commands provide templates for new commands:
6hello.c is clean and simple, skeleton.c demonstrates the option parsing
7infrastructure and having multiple commands per file. When writing a new
8command, copying hello.c or skeleton.c to the new name may provide a good
9starting point. (The minimal staring point is toys/posix/false.c)
10
11The demo_* commands demonstrate infrastructure, and do regression testing.
12
13Other commands in here are obsolete versions still in some recent Linux systems
14(and often still in posix), but not really useful on modern systems.
15