Sponsored Content
Full Discussion: Lottery number checker
Top Forums Shell Programming and Scripting Lottery number checker Post 303011655 by rdrtx1 on Sunday 21st of January 2018 10:35:59 PM
Old 01-21-2018
Code:
mx=50
mn=35
arr=""
c=$(echo "$arr" | wc -w)
while [ $c -lt $mn ]
do
   (( t = mn - c ))
   echo "Enter numbers from 1 to 50 ($t to go):"
   read numbers
   numbers=$(echo "$numbers" | sed 's/[;,:\//]/ /g;' | awk '
      {
         c=split(arr, a);
         for (i=1; i<=c; i++) b[a[i]]=i;
         for (i=1; i<=NF; i++) {
            n=$i;
            n+=0;
            n=int(n);
            if (n > 0 && n<=mx && ! b[n] && split(arr, _) < mn) {arr=arr " " n; b[n]=n;}
         }
         if (arr) print arr;
      } ' mn=$mn mx=$mx arr="$arr";
   )
   arr=$(echo "$numbers" | sed 's/^ *//; s/ *$//; s/  */ /g;')
   c=$(echo "$arr" | wc -w)
   echo ""
   echo "Numbers entered: $arr"
   echo ""
done

 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

spell checker program

2.I need shell script to list all the 'words' in a given file (text) that are not listed in a specified dictionary. Let us call this utility 'spell-check'. 'spell-check' will be called as follows. $ spell-check letter Lucent UNIX UNIX OS a $ dictionary words are listed in lower... (2 Replies)
Discussion started by: ksjanakan
2 Replies

2. Programming

Proxy Checker in C

Hello Everyone Im planning to make a C program to check a proxy server if it is working or bot, test the proxy speed ,response time , as well as a proxy type. i'm learning using libcurl right now to fetch http headers. do you guys have some links about how to check proxy headers?. Thank you. ... (0 Replies)
Discussion started by: magictalong
0 Replies

3. Shell Programming and Scripting

Date format checker

Hi I want the user to enter a date in the format 16-APR-2000 . I need to put validations for that in my script .. Please help Thanks and Regards Ultimatix (1 Reply)
Discussion started by: ultimatix
1 Replies

4. What is on Your Mind?

This Weeks Lottery - Jackpot Now 219,500 Bits

If you want to win some Bits, the jackpot for tomorrow's drawing is up to 219,500 Bits Lottery tickets are only 100 Bits :D (0 Replies)
Discussion started by: Neo
0 Replies

5. Homework & Coursework Questions

spell checker script

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: When "niuspell" is invoked from the command line it reads "file" and checks it for spelling of the words it... (1 Reply)
Discussion started by: Jeffthrow5
1 Replies

6. Shell Programming and Scripting

64-32 architecture checker also OS version

hello is it possible to check systsme architecture and also system OS versions? like 32 bit centos 5 64 bit centos 6 how about cpu versions? (6 Replies)
Discussion started by: nimafire
6 Replies

7. Debian

Getting a better spell checker

Guys I am new to Linux in general and want to know what is the use of the following files-: /usr/share/dict/words /usr/share/dict/words.pre-dictionaries-common Are they used by the spell checker to find potential typos ? If so are there any better larger word lists out there ? I am sure... (2 Replies)
Discussion started by: sreyan32
2 Replies

8. Shell Programming and Scripting

Lottery result checker

So, i made a simple lottery number generator like this: for i in `seq 10`; do seq 1 35 | shuf -n 7 | sort -g | tr '\n' ' ' ;echo; done i've file with winning numbers: Eg:1 10 15 20 25 30 35 2 6 10 14 18 22 26 My problem here is how to compare or check if my generated numbers are match... (10 Replies)
Discussion started by: PuLPi
10 Replies

9. What is on Your Mind?

Nu Html Checker at w3.org

Started out today with around 350 errors or warnings using the Nu Html Checker. After working nearly 6 hours, it's down to only 6 (5 errors and 1 warning). What an accomplishment! LOL https://www.unix.com/members/1-albums215-picture943.png (2 Replies)
Discussion started by: Neo
2 Replies
wnnstat(1)							   User Commands							wnnstat(1)

NAME
wnnstat - Print the status of Wnn6 Kana-Kanji conversion server SYNOPSIS
/usr/bin/wnnstat [-w] [-e] [-E] [-f] [-F] [-d] [-D] [-J | -U | -S | -T] [-L language] [hostname] DESCRIPTION
wnnstat prints the status of Wnn6 Kana-Kanji conversion server (jserver) running on the specified host (hostname). If the host name is omitted, one from which wnnstat was launched is assumed. OPTIONS
The following options are available. -w Prints the user names, host names, socket numbers, and environment numbers. -e Prints the environment numbers, environment names, and number of references. -E Prints the environment numbers, environment names, number of references, auxiliary words, number of dictionaries (dictionary numbers) and file names. -f Prints the dictionary file identifier (Fid), type, location, number of references, and file names. -F Prints the dictionary file identifier (Fid), type, location, number of references, and file names. -d Prints the dictionary numbers, types, nicknames, the dictionary file identifier (Fid), and file names. -D Prints the dictionary numbers, types, number of words, update disables, frequency file update disables, usage disables, priori- ties, [nicknames], the dictionary file identifier (Fid), file names, and [(frequency: frequency_file_name)] [password, (fre- quency_password)]. -U Prints in Japanese EUC (UJIS). -J Prints in JIS code. -S Prints in SJIS code. -T Prints in UTF--8 code. -L languaPrints the status of the server that supports the language specified with language . -L ja should be specified for Solaris (Japa- nese version) releases. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWjwncu | +-----------------------------+-----------------------------+ SEE ALSO
jserver(1M) SunOS 5.10 2 Mar 1998 wnnstat(1)
All times are GMT -4. The time now is 12:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy