Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

imali(1p) [debian man page]

IMALI(1p)						     Internet Message commands							 IMALI(1p)

NAME
imali - display aliases for mail/news address SYNOPSIS
imali [OPTIONS] [TARGETS...] DESCRIPTION
The imali command searches the named alias files for each of the given aliases. It creates a list of addresses for those aliases, and writes that list on standard output. If targets are omitted, all aliases are displayed. This command is provided by IM (Internet Message). OPTIONS
-H, --host={on,off} Lookup hosts alias file. -f, --file=FILE Use FILE as alias file. Default value is ~/.im/Aliases. -a, --addrbook=FILE Use FILE as addrbook file. Default value is ~/.im/Addrbook. -v, --verbose={on,off} Print verbose messages when running. --debug=DEBUG_OPTION Print debug messages when running. -h, --help Display help message and exit. --version Output version information and exit. COPYRIGHT
IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IMALI(1p)

Check Out this Related Man Page

IM::MD5(3pm)						   Internet Message Perl modules					      IM::MD5(3pm)

NAME
IM::MD5 - MD5 message-digesting SYNOPSIS
use IM::MD5; $digest = &md5_str($text); DESCRIPTION
The IM::MD5 module handles MD5 message-digest algorithm. This modules is provided by IM (Internet Message). EXAMPLES
&md5_str("") returns d41d8cd98f00b204e9800998ecf8427e. &md5_str("a") returns 0cc175b9c0f1b6a831c399e269772661. &md5_str("abc") returns 900150983cd24fb0d6963f7d28e17f72. &md5_str("message digest") returns f96b697d7cb7938d525a2f31aaf161d0. &md5_str("abcdefghijklmnopqrstuvwxyz") returns c3fcd3d76192e4007dfb496cca67e13b. &md5_str("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789") returns d174ab98d277d9f5a5611c2c9f419d9f. &md5_str("12345678901234567890123456789012345678901234567890123456789012345678901234567890") returns 57edf4a22be3c955ac49da2e2107b67a. % perl -MIM::MD5 -e 'IM::MD5::MD5_TEST()' COPYRIGHT
This modules is derived from md5.pl copyrighted by NAKAMURA, Motonori <motonori@econ.kyoto-u.ac.jp>. It is converted to Perl4 from C version derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IM::MD5(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Solaris

[problem]Make minimalis CPU and Memory Solaris 10

Dear All master We have Sunfire memory 16G memory and 8 Processor. I install with Solaris 10, but i think resource that use all proccess is very much, I installed this machine 3 times, twice install Oracle the load process make machine is very slow. in new install process like this,... (1 Reply)
Discussion started by: moslemovic
1 Replies

2. UNIX for Dummies Questions & Answers

Script optimalisation

Hi, I have a script that basically interegates a large file (833594152), extracts data and creates an number of files with data that fits within certain criteria. An example of the scripts is below: for number in `cat linenum` do if then NO=$number ... (3 Replies)
Discussion started by: chris01010
3 Replies

3. Shell Programming and Scripting

please help me " aks primality test"

i want to write a shell script for aks primality test ,can anybody help me to how to use logarithmic and mod function in shell script (2 Replies)
Discussion started by: abhijeet vaidya
2 Replies