Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

arch(1) [linux man page]

ARCH(1) 							   User Commands							   ARCH(1)

NAME
arch - print machine hardware name (same as uname -m) SYNOPSIS
arch [OPTION]... DESCRIPTION
Print machine architecture. --help display this help and exit --version output version information and exit AUTHOR
Written by David MacKenzie and Karel Zak. REPORTING BUGS
Report arch bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report arch translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
uname(1), uname(2) The full documentation for arch is maintained as a Texinfo manual. If the info and arch programs are properly installed at your site, the command info coreutils 'arch invocation' should give you access to the complete manual. GNU coreutils 8.5 February 2011 ARCH(1)

Check Out this Related Man Page

UNAME(1)							   User Commands							  UNAME(1)

NAME
uname - print system information SYNOPSIS
uname [OPTION]... DESCRIPTION
Print certain system information. With no OPTION, same as -s. -a, --all print all information, in the following order, except omit -p and -i if unknown: -s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release -v, --kernel-version print the kernel version -m, --machine print the machine hardware name -p, --processor print the processor type or "unknown" -i, --hardware-platform print the hardware platform or "unknown" -o, --operating-system print the operating system --help display this help and exit --version output version information and exit AUTHOR
Written by David MacKenzie. REPORTING BUGS
Report uname bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report uname translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
arch(1), uname(2) The full documentation for uname is maintained as a Texinfo manual. If the info and uname programs are properly installed at your site, the command info coreutils 'uname invocation' should give you access to the complete manual. GNU coreutils 8.12.197-032bb September 2011 UNAME(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rename Multiple Files

I have a number of files /u01/PROD/arch.PROD.1_1 /u01/PROD/arch.PROD.1_2 /u01/PROD/arch.PROD.1_3 I would like a simple method for moving/renaming them /u01/TEST/arch.TEST.1_1 /u01/TEST/arch.TEST.1_2 /u01/TEST/arch.TEST.1_3 Note the only thing that changes is the PROD to TEST, in... (1 Reply)
Discussion started by: molonede
1 Replies

2. OS X (Apple)

GNU-Darwin

Did anyone here about GNU-Darwin? http://gnu-darwin.org/ Read Bout it! And Darwin can be found here: http://www.opendarwin.org Tell me what U think (4 Replies)
Discussion started by: RedVenim
4 Replies

3. Shell Programming and Scripting

how to use variables and gawk in a script?

Hi, I want to define variables in a shell script and make gawk use them to make some operations Mfn = $(grep " 1 " $fitxer | gawk '{print $2}') Xfn = $(grep " 1 " $fitxer | gawk '{print $3}') Yfn = $(grep " 1 " $fitxer | gawk '{print $4}') Zfn = $(grep " 1 " $fitxer | gawk... (9 Replies)
Discussion started by: pau
9 Replies

4. Linux

GNU's Not Unix! - The Free Software Foundation

The GNU Project: http://www.gnu.org/ (20 Replies)
Discussion started by: Neo
20 Replies

5. HP-UX

software ID clone

the following command will give me software ID from HP machine with hpux10.2: >uname -a HP-UX bmd350 B.10.20 D 9000/831 2011043966 64-user license The string 2011043966 is the actual software ID which is used as number to license software. Now my machine breaks down and I would like to... (1 Reply)
Discussion started by: derf001
1 Replies