Archive for May, 2008
Wednesday, May 14th, 2008
ID
Section: User Commands (1)Updated: May 2006Index
Return to Main Contents
NAME
id - print user identity
SYNOPSIS
id
[OPTION]... [USERNAME]
DESCRIPTION
Print information for USERNAME, or the current user.
-a
ignore, for compatibility with other versions
-Z, --context
print only the security context
-g, --group
print only the effective group ID
-G, --groups
print all group IDs
-n, --name
print a name instead of a number, for -ugG
-r, ...
Posted in Uncategorized | No Comments »
Tuesday, May 13th, 2008
LIBIDN
Section: User Commands (1)Updated: February 2006Index
Return to Main Contents
NAME
libidn - Internationalized Domain Names command line tool
SYNOPSIS
libidn
[OPTIONS]... [STRINGS]...
DESCRIPTION
libidn 0.6.2
Command line interface to the internationalized domain name library.
All strings are expected to be encoded in the preferred charset used
by your locale. Use `--debug' to find out what this charset is. ...
Posted in Uncategorized | No Comments »
Tuesday, May 13th, 2008
bc
Section: User Commands (1)Updated: .Index
Return to Main Contents
NAME
bc - An arbitrary precision calculator language
SYNTAX
bc [ -hlwsqv ] [long-options] [ file ... ]
VERSION
This man page documents GNU bc version 1.06.
DESCRIPTION
bc is a language that supports arbitrary precision numbers
with interactive execution of statements. There are some similarities
in the syntax ...
Posted in Uncategorized | No Comments »
Tuesday, May 13th, 2008
IDENT
Section: User Commands (1)Updated: 1993/11/09Index
Return to Main Contents
NAME
ident - identify RCS keyword strings in files
SYNOPSIS
ident
[
-q
] [
-V
] [
file
... ]
DESCRIPTION
ident
searches for all instances of the pattern
$keyword: text $
in the named files or, if no files are named, the standard input.
These patterns are normally inserted automatically by the RCS command
co(1),
but can also be inserted ...
Posted in Uncategorized | No Comments »