Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fmtdump(8) [opensolaris man page]

FMTDUMP(8)                                                           [nmh-1.5]                                                          FMTDUMP(8)

NAME
fmtdump - decode nmh format files SYNOPSIS
/usr/lib/mh/fmtdump [-form formatfile] [-format string] [-version] [-help] DESCRIPTION
Fmtdump is a program that parses an nmh format file and produces a pseudo-language listing of the how nmh interprets the file. This is useful when debugging a complicated format file. The -format string and -form formatfile switches may be used to specify a format string or format file to read. The string is simply a format string and the file is simply a format file. See mh-format(5) for the details. FILES
$HOME/.mh_profile The user profile /etc/nmh/scan.default The default format file PROFILE COMPONENTS
Path: To determine the user's nmh directory SEE ALSO
mh-format(5), mh-sequences(8) CONTEXT
None BUGS
The output may not be useful unless you are familiar with the internals of the mh-format subroutines. MH.6.8 11 June 2012 FMTDUMP(8)

Check Out this Related Man Page

AP(8)                                                                [nmh-1.5]                                                               AP(8)

NAME
ap - parse addresses 822-style SYNOPSIS
/usr/lib/mh/ap [-form formatfile] [-format string] [-normalize | -nonormalize] [-width columns] [-version] [-help] addrs ... DESCRIPTION
Ap is a program that parses addresses according to the ARPA Internet standard. It also understands many non-standard formats. It is use- ful for seeing how nmh will interpret an address. The ap program treats each argument as one or more addresses, and prints those addresses out in the official 822-format. Hence, it is usu- ally best to enclose each argument in quotes for the shell. To override the output format used by ap, the -format string or -format file switches are used. This permits individual fields of the address to be extracted with ease. The string is simply a format string, and the file is simply a format file. See mh-format(5) for the details. In addition to the standard escapes, ap also recognizes the following additional escape: Escape Returns Description error string A diagnostic if the parse failed If the -normalize switch is given, ap will try to track down the official hostname of the address. Here is the default format string used by ap: %<{error}%{error}: %{text}%|%(putstr(proper{text}))%> which says that if an error was detected, print the error, a `:', and the address in error. Otherwise, output the 822-proper format of the address. FILES
$HOME/.mh_profile The user profile /etc/nmh/mts.conf nmh mts configuration file PROFILE COMPONENTS
None SEE ALSO
dp(8), Standard for the Format of ARPA Internet Text Messages (RFC-822) DEFAULTS
`-format' defaults as described above `-normalize' `-width' defaults to the width of the terminal CONTEXT
None BUGS
The argument to the -format switch must be interpreted as a single token by the shell that invokes ap. Therefore, one must usually place the argument to this switch inside quotes. MH.6.8 11 June 2012 AP(8)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Change file format

Hi I have a file in the following format I have to convert this into four files , in the format as below. Data under Process SFA SUccess Section gets into file Named SFA_SUCCESS inthe following format ctr1,120 ctr2,1785 Data under Process SFA FAil gets into file Named SFA_Fail inthe... (2 Replies)
Discussion started by: sapics
2 Replies

2. Shell Programming and Scripting

how to get a particular word from a file name of different format.

Hi all, I need help in getting a particular string from the file name.let me describe my need, i have a directory that has different kind of files for Eg: fileone_rat_21012009.txt filetwo_new_file_21012009.txt file_old_ntn4_21012009.txt i have different file formats but all the... (5 Replies)
Discussion started by: ulin
5 Replies

3. Shell Programming and Scripting

Formatting a string

hi, i am relatively new to unix. i have a doubt i have a string in the format "2010-10-27 15:03:56" i need to format that to "10/27/2010 15:03:56" this format how to do that in unix script ? any help is appreciated.. (7 Replies)
Discussion started by: mssajith
7 Replies

4. Shell Programming and Scripting

Need help to format one txt file to required format

Hello Everyone, I have one source file which is genarated by SAP in different format(Which I've never seen). I need to convert that file to required format and I need to read this target file from Datastage to use this in my Jobs. So I do not have any other options except to use Unix script to... (4 Replies)
Discussion started by: Prathyu
4 Replies