File: uname.gp

package info (click to toggle)
genparse 0.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,456 kB
  • sloc: ansic: 8,766; cpp: 6,059; sh: 5,336; java: 578; yacc: 482; lex: 315; makefile: 302
file content (19 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "coreutils.h"

a / all			flag	"print all information, in the following order,"
				"  except omit -p and -i if unknown:"
s / kernel-name		flag	"print the kernel name"
n / nodename		flag	"print the network node hostname"
v / kernel-version	flag	"print the kernel name"
r / kernel-release	flag	"print the kernel version"
m / machine		flag	"print the kernel machine hardware name"
p / processor		flag	"print the processor type or "
NONE / version		flag	"print version information and exit"

#usage_begin
Usage: __PROGRAM_NAME__ [OPTION]...
Print certain system information.  With no OPTION, same as -s.

__GLOSSARY_GNU__
__CODE__(emit_bug_reporting_address ();)
#usage_end