Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config.sub(1) [redhat man page]

CONFIG.SUB(1)							   User Commands						     CONFIG.SUB(1)

NAME
config.sub - validate and canonicalize a configuration triplet SYNOPSIS
config.sub [OPTION] CPU-MFR-OPSYS config.sub [OPTION] ALIAS DESCRIPTION
Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit REPORTING BUGS
Report bugs and patches to <config-patches@gnu.org>. COPYRIGHT
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1), autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1). config.sub (2002-11-30) December 2002 CONFIG.SUB(1)

Check Out this Related Man Page

CONFIG.SUB(1)							   User Commands						     CONFIG.SUB(1)

NAME
config.sub - validate and canonicalize a configuration triplet SYNOPSIS
config.sub [OPTION] CPU-MFR-OPSYS or ALIAS DESCRIPTION
Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit REPORTING BUGS
Report bugs and patches to <config-patches@gnu.org>. COPYRIGHT
Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1), autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1). GNU Autoconf 2.69 August 2017 CONFIG.SUB(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

memory config - need to get it

Hi, Im in need to get the mem config on a sun sparq Can some one please helpe me? (im not a unixperson) (1 Reply)
Discussion started by: skil
1 Replies

2. UNIX for Dummies Questions & Answers

Why ? look this ?

05-29-2002 08:21 but , here is 05-29-2002 03:18 (3 Replies)
Discussion started by: gz.zjh
3 Replies

3. UNIX for Dummies Questions & Answers

HPUX config commands

(2 Replies)
Discussion started by: giriplug
2 Replies

4. Shell Programming and Scripting

compare two files

File1 E100 0 5/29/1993 0 E001 E000 E102 0 1/23/1994 0 E001 E003 E104 0 6/4/1994 0 E001 E003 E105 0 7/30/1993 0 E001 E003 E106 0 1/9/1993 0 E001 E003 E108 0 2/3/1995 0 E001 E003 E109 0 2/15/1995 0 E001 E001 File2 E108 0 2/3/1995 0 E001 E003 E109 0 2/15/1995 0 E001 E001... (7 Replies)
Discussion started by: charandevu
7 Replies

5. Shell Programming and Scripting

Perl config file Help

Hi can anyone help me understanding the following code my %config; open my $config, '<', 'config.txt' or die $!; while(<$config>) { chomp; (my $key, my @value) = split /=/, $_; $config{$key} = join '=', @value; } (5 Replies)
Discussion started by: Harikrishna
5 Replies

6. Shell Programming and Scripting

Perl config file Help

Hi In My config file i have 12.122.12.111:2000 A host and a port number. To read the config file i have written in a perl script like this my %config; open my $config, '<','config' or die "Failed to read file :$!"; Its running fine in HP-UX but showing error in solaris... (2 Replies)
Discussion started by: Harikrishna
2 Replies

7. Solaris

ALIAS

(3 Replies)
Discussion started by: kkalyan
3 Replies

8. UNIX for Dummies Questions & Answers

Map a string in a the middle of a record

Hi Folks! I hope you can help me figure this out. I need to print a record which contains the contents of a config file. The contents of the config file should be found within the 21st and the 30th position of the fixed width reference file. Config File: aaaa bbbb cccc Reference... (3 Replies)
Discussion started by: kokoro
3 Replies