DIALTEST(8) System Manager's Manual DIALTEST(8)NAME
dialtest - HylaFAX dial string processing rules test program
SYNOPSIS
/usr/sbin/dialtest [ options ] dialrules
DESCRIPTION
dialtest is an interactive program for the testing and development of dial string processing rules used by HylaFAX. dialtest reads the
file of rules specified on the command line and then prompts for a dial string. For each string typed in, dialtest prints the result of
applying the canonicalization and dial-string preparation rule sets. A rule set whose name is setname can be specified by typing ``set-
name(string)''; for example, ``CanonicalName(+1.415.965.7824)''.
Note that dialtest reads the rules file only when it is initially started up. This means that dialtest must be restarted for it to apply
changes to a rules file.
OPTIONS -a code Use code as the value of AreaCode in the rules file. The default area code is ``415''.
-c code Use code as the value of CountryCode in the rules file. The default country code is ``1''.
-i prefix Use prefix as the value of InternationalPrefix in the rules file. The default international dialing prefix is ``011''.
-l prefix Use prefix as the value of LongDistancePrefix in the rules file. The default long distance dialing prefix is ``1''.
-q Be quiet, suppressing most all output except for the actual results. This is useful for using dialtest in an automated fashion.
-v Print each input line before displaying the results of applying the dial string rules to the input string. This can be useful,
for example, in shell scripts.
SEE ALSO dialrules(5)
March 3, 1995 DIALTEST(8)
Check Out this Related Man Page
DIALTEST(8) System Manager's Manual DIALTEST(8)NAME
dialtest - HylaFAX dial string processing rules test program
SYNOPSIS
/usr/sbin/dialtest [ options ] dialrules
DESCRIPTION
dialtest is an interactive program for the testing and development of dial string processing rules used by HylaFAX. dialtest reads the
file of rules specified on the command line and then prompts for a dial string. For each string typed in, dialtest prints the result of
applying the canonicalization and dial-string preparation rule sets. A rule set whose name is setname can be specified by typing ``set-
name(string)''; for example, ``CanonicalName(+1.415.965.7824)''.
Note that dialtest reads the rules file only when it is initially started up. This means that dialtest must be restarted for it to apply
changes to a rules file.
OPTIONS -a code Use code as the value of AreaCode in the rules file. The default area code is ``415''.
-c code Use code as the value of CountryCode in the rules file. The default country code is ``1''.
-i prefix Use prefix as the value of InternationalPrefix in the rules file. The default international dialing prefix is ``011''.
-l prefix Use prefix as the value of LongDistancePrefix in the rules file. The default long distance dialing prefix is ``1''.
-q Be quiet, suppressing most all output except for the actual results. This is useful for using dialtest in an automated fashion.
-v Print each input line before displaying the results of applying the dial string rules to the input string. This can be useful,
for example, in shell scripts.
SEE ALSO dialrules(5)
March 3, 1995 DIALTEST(8)
Hi all,
Have the following code(1) producing the results(2 & 3).
Would like to know if there is a way to format the two reports created in a similar fashion.
IE - The first is formatted nicely as a result of the echo "$xmpbdate $xavgs" >> $xmpbrpt
However when I attempt to do the same on... (7 Replies)
rules are there but asking 2 questions out of 30 is surely understanable esp when the instructor gives an open book test and urged us to seek answers anywhere we can except from him directly. (2 Replies)
Hi,
I am trying out different scripts in PERL. I want to take a line/string as an input from the user and count the number of occurrances of all the alphabets (a..z) in the string. I tried doingit like this :
#! /opt/exp/bin/perl
print "Enter a string or line : ";
$string = <STDIN>;
chop... (5 Replies)
hi,
I have a string "satabeltodounixscriptingpleasecheckfortheerros"
in the above line if it contains "unix" , i need to take 5 characters after that word.
please help
thanks in advance
Satya (2 Replies)
For beginning, to be honest, it is part of my homework (i know it is against the rules), but i dont want the results from you. I just want to know which command/s should i use to do it.
I have file with random letters numbers, whatever, and somewhere there are these brackets " {} " and one... (2 Replies)
I have the following records from multiple files.
415 A G
415 A G
415 A T
415 A .
415 A .
421 G A
421 G A,C
421 G A
421 G A
421 G A,C
421 G .
427 A C
427 A ... (3 Replies)
I am looking to do the following:
In a folder with multiple files in it, take the listing (ls) and search another directory for there file names, then take that output and copy the files out.
This is to update a webpage. So a dev writes a new file and puts it in an update folder then i copy... (7 Replies)
Hi All,
I want to lookup name for an id in col2 input from another file and add the name to each line.
Input 1
comp100001_c0_seq1 At1g31340 30.40 569 384 11 3 1673 313 834 7e-62 237
comp100003_c0_seq1 At1g35370_2 35.00 80 50 ... (7 Replies)
Hello everyone,
I want to remove only prefix ME_ from all the values that are present in the FILEA. Below code I'm using for this.
sed 's/ME\_//g' FILEA > FILEB
Using the above code, all ME_ values are getting removed from the file. But the problem here is I want to remove only Prefix ME_... (4 Replies)
Hello..
I am currently learning sed and have found myself in some trouble..
I wrote this command:
sed -ne 's/*\(\{2\}*\{2\}*\{2\}*\).*\(\{2\}*\{2\}*\{2\}*\).*/\1\2/p'
and some of the output i get is :
->stockholm->paris<-stockholmpi<-tokyo->paris<-stockholmpi... (8 Replies)
I have to sort below output in text file in unix bash
20170308
DA,I,113
20170308
PM,I,123
20170308
DA,U,22
20170308
PM,U,123
20170309
DA,I,11
20170309
PM,I,23
20170309
DA,U,123
20170309
PM,U,233 (8 Replies)
In the perl there is a default rule that sets f to VUS, and then a seris of rules that will change f based on the result that is
obtained from the rule. The code below is a rule that is supposed to be applicable to lines 2-4 because this rule just looks at the digit in f. So in line 2 f is 27... (4 Replies)