Sponsored Content
Top Forums Shell Programming and Scripting A better way to compare text length percentage? Post 303046093 by bedtime on Thursday 23rd of April 2020 02:47:52 PM
Old 04-23-2020
A better way to compare text length percentage?

I have a solution, but it seems labored. I would like to compare strings return a value in percent out of 100.


Such as:

Code:
$ text1='a'; text2='abc'; s1=${#text1}; s2=${#text2}
$ [ "$s1" -gt "$s2" ] && di=$(( (($s1*100) / ($s2+1)) )) || [ "$s2" -gt "$s1" ] && di=$(( (($s2*100) / ($ls+1)) ))
$ echo $di
300

i.e., 'abc' is 300% longer than 'a'


For beginners: s1=${#text1} will return the length of $text1. In this case it would return '1' because it is one character long ('a').


I've looked at the man pages for 'diff' and some others and haven't figured out an easy way that this could be done in a more simple manner; yet, something tells me I'm missing something. I'm repeating the formulas, and I'm wondering if there is perhaps some way to do an inverse of a result... Anyways, it seems redundant.


Ideas?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how can i compare te length of the string

how can i campare te length of the string $var = unix if ( $var -eq 4 ) then.. is it right (6 Replies)
Discussion started by: mail2sant
6 Replies

2. Shell Programming and Scripting

How to Compare two files depend on line length Chars

I need to compare two files with exactly same length as example: - File1 contain 500 records with length of 640 chars of each line. File2 contain 1500 records with length of 640 chars of each line. I need get an output to be written in File3 which will contain 1000 records difference. but... (4 Replies)
Discussion started by: elj3dah
4 Replies

3. Shell Programming and Scripting

Need awk script to compare 2 fields in fixed length file.

Need a script that manipulates a fixed length file that will compare 2 fields in that file and if they are equal write that line to a new file. i.e. If fields 87-93 = fields 119-125, then write the entire line to a new file. Do this for every line in the file. After we get only the fields... (1 Reply)
Discussion started by: Muga801
1 Replies

4. UNIX for Dummies Questions & Answers

compare 2 very large lists of different length

I have two very large datasets (>100MB) in a simple vertical list format. They are of different size and with different order and formatting (e.g. whitespace and some other minor cruft that would thwart easy regex). Let's call them set1 and set2. I want to check set2 to see if it contains... (2 Replies)
Discussion started by: uiop44
2 Replies

5. Shell Programming and Scripting

changing a variable length text to a fixed length

Hi, Can anyone help with a effective solution ? I need to change a variable length text field (between 1 - 18 characters) to a fixed length text of 18 characters with the unused portion, at the end, filled with spaces. The text field is actually field 10 of a .csv file however I could cut... (7 Replies)
Discussion started by: dc18
7 Replies

6. Shell Programming and Scripting

Aligning text files by max field length

Hello, Is there anyway that I can align a pipe delimited text file by the maxium field length where the field is separated out by pipes for large text files with more than 100,000 rows? So, far I have searched other forums and google about aligning text files in unix and I have noticed that... (7 Replies)
Discussion started by: physalis2099
7 Replies

7. UNIX for Dummies Questions & Answers

print variable length text from the middle of a line?

I am trying to get text from a webpage, in terminal form. So far I am: 1. getting the html for the page printed using curl (curl -s webpage.com), which is then 2. piped to awk, printing line number 29 (awk NR==29), then 3. this is where I am sort of lost. I know where in the printed line I... (7 Replies)
Discussion started by: darkfalz
7 Replies

8. Shell Programming and Scripting

awk to output the percentage of a field compared to length

The awk below using the sample input would output the following: Basically, it averages the text in $5 that matches if $7 < 30 . awk '{if(len==0){last=$5;total=$7;len=1;getline}if($5!=last){printf("%s\t%f\n", last,... (6 Replies)
Discussion started by: cmccabe
6 Replies

9. Shell Programming and Scripting

Compare string length to a number

Hi, I want to compare strings length to a number but i am getting error. I want first name should be length of 8. Please help. #bin !/bin/bash clear echo -n "Enter name " read name IFS=_ ary=($name) for key in "${!ary}"; do echo "$key${ary}"; done ##First name should be equal to 8... (8 Replies)
Discussion started by: rajneesh4U
8 Replies

10. Shell Programming and Scripting

Extracting fixed length number from a text file

Hi, I have a text file with sample records as CASE ID: 20170218881083 Original presentment record for ARN not found for Re-presentment I want to extract the 23 digit number from this file. I thought of using grep but initially couldn't extract the required number. However, after... (16 Replies)
Discussion started by: dsid
16 Replies
named.star(4)						     Kernel Interfaces Manual						     named.star(4)

NAME
named.star - Defines data used by named to initialize the BIND (Berkeley Internet Name Domain) name server file SYNOPSIS
/etc/namedb/named.* DESCRIPTION
The data files referenced in the named.conf file can have any names, but they are generally given names of the form /etc/namedb/named.*. This naming convention is used for convenience in maintaining the named daemon's file. The records in the named data files are called resource records. Except for comments (starting with a ; (semicolon) and continuing to the end of the line), the resource records in the data files generally follow the format of the resource records that the named daemon returns in response to queries from resolver routines. The named.conf file is the default configuration (or boot) file for the named server. The named daemon reads the start-up file when the named daemon starts and when receiving the signal SIGHUP. EXAMPLES
The following examples portray two domains on two different networks: Domain abc.aus.osf.com, Internet address 192.9.201.n (where n varies for each system on the network) Domain xyz.aus.osf.com, Internet address 128.114.100.n (where n varies for each system on the network) In this sample configuration, both the primary and the secondary name servers are in the abc.aus.osf.com domain, and host hera is the gateway host. The following are sample entries in a named.ca file: ; root name servers. 1 IN NS relay.osf.com. relay.osf.com. 3600000 IN A 129.114.1.2 The following two files are sam- ple entries from the named.data files for hosts venus and allen. (The data files can have any name you choose, as long as that name is defined in the named.boot file. In this case, the names are named.abcdata and named.xyzdata.) The named file for host venus is in the following file, called named.abcdata: ;OWNER TTL CLASS TYPE RDATA ;local domain server is venus @ IN SOA venus bob.robert.abc.aus.osf.com. ( 1.1 ;serial 3600 ;refresh 600 ;retry 3600000 ;expire 86400) ;minimum IN NS venus IN NS kronos IN MX 10 venus.abc.aus.osf.com. ; address for local loopback localhost IN A 127.1 ; address of machines in the same domain venus IN A 192.9.201.1 venus IN A 128.114.100.1 venus IN MX 10 venus.abc.aus.osf.com. veabc IN CNAME venus IN WKS 192.9.201.1 udp (tftp nameserver domain) IN WKS 192.9.201.1 tcp (echo telnet smtp discard uucp-path systat daytime netstat chargen ftp time whois finger hostnames domain) ; delimiter for WKS kronos IN A 192.9.201.2 krabc IN CNAME kronos hera IN A 192.9.201.5 IN A 128.114.100.5 robert IN A 192.9.201.6 ernie IN A 192.9.201.7 IN HINFO HP-800 OS1 robert.abc.aus.osf.com. IN MX 10 venus.abc.aus.osf.com. The named file for host allen is in the following file, called named.xyzdata: ;OWNER TTL CLASS TYPE RDATA ;local domain server is venus xyz.aus.osf.com. IN SOA venus.abc.aus.osf.com. bob.robe rt.abc.aus.osf.com. ( 1.1 ;serial 3600 ;refresh 600 ;retry 3600000 ;expire 86400) ;minimum xyz.aus.osf.com. IN NS venus.abc.aus.osf.com. IN NS kronos.abc.aus.osf.com. IN MX 10 venus.abc.aus.osf.com. ; address for local loopback localhost IN A 127.1 ; address of machines in the same domain allen IN A 128.114.100.3 allen IN MX 10 venus.abc.aus.osf.com. alxyz IN CNAME allen IN WKS 128.114.100.3 udp (tftp nameserver domain) IN WKS 128.114.100.3 tcp (echo telnet smtp discard uucp-path systat daytime netstat chargen ftp time whois finger hostnames domain) ; delimiter for WKS fred IN A 128.114.100.10 mike IN A 128.114.100.11 IN HINFO HP-800 OS1 The following is a sample named.local file that might appear on hosts in either of the sample domains: @ IN SOA venus.abc.aus.osf.com. gail.zeus.abc.aus.osf.com. ( 1.1 ;serial 3600 ;refresh 600 ;retry 3600000 ;expire 86400) ;minimum IN NS venus.abc.aus.osf.com. 1 IN PTR localhost. The following two files are sample entries from the named.rev files for hosts venus and allen. For this example, the files are called named.abcrev and named.xyzrev. The reverse file for host venus is in the following file, called named.abcrev: @ IN SOA venus.abc.aus.osf.com. bob.robert.abc.aus.osf.com. ( 1.1 ;serial 3600 ;refresh 600 ;retry 3600000 ;expire 86400) ;minimum 9.201.192.in-addr.arpa. IN NS venus.abc.aus.osf.com. IN NS kronos.abc.aus.osf.com. IN PTR hera.abc.aus.osf.com. ;ABC.AUS.OSF.COM Hosts 1.201.9.192.in-addr.arpa. IN PTR venus.abc.aus.osf.com. 2.201.9.192.in-addr.arpa. IN PTR kronos.abc.aus.osf.com. 5.201.9.192.in-addr.arpa. IN PTR hera.abc.aus.osf.com. 6.201.9.192.in-addr.arpa. IN PTR robert.abc.aus.osf.com. 7.201.9.192.in-addr.arpa. IN PTR ernie.abc.aus.osf.com. The reverse file for host allen is in the following file, called named.xyzrev: @ IN SOA venus.abc.aus.osf.com. bob.robert.abc.aus.osf.com. ( 1.1 ;serial 3600 ;refresh 600 ;retry 3600000 ;expire 86400) ;minimum 100.114.128.in-addr.arpa. IN NS venus.abc.aus.osf.com. IN NS kronos.abc.aus.osf.com. IN PTR hera.abc.aus.osf.com. ;XYZ.AUS.OSF.COM Hosts 3.100.114.128.in-addr.arpa. IN PTR allen.abc.aus.osf.com. 10.100.114.128.in-addr.arpa. IN PTR fred.abc.aus.osf.com. 11.100.114.128.in-addr.arpa. IN PTR mike.abc.aus.osf.com. ;ABC.AUS.OSF.COM Hosts 1.100.114.128.in-addr.arpa. IN PTR venus.abc.aus.osf.com. 5.100.114.128.in- addr.arpa. IN PTR hera.abc.aus.osf.com. RELATED INFORMATION
Daemon: named(8). delim off named.star(4)
All times are GMT -4. The time now is 08:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy