![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-231: Adobe Form Designer and Form Client Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-27-2008 06:10 AM |
| How to parse through a file and based on condition form another output file | sivasu.india | UNIX for Advanced & Expert Users | 6 | 02-28-2008 12:59 AM |
| Getting a random file | davidY | Shell Programming and Scripting | 6 | 01-01-2007 01:03 AM |
| tar form a file | ppass | UNIX for Dummies Questions & Answers | 2 | 03-29-2005 08:52 PM |
| Changing Unix form to Microsoft Word form to be able to email it to someone. | Cheraunm | UNIX for Advanced & Expert Users | 8 | 05-24-2002 12:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Random lines selection form a file.
Quote:
Code:
>cat data.dat 0001 Robbert 0002 Nick 0003 Mark ……. 1000 Jarek Quote:
|
| Forum Sponsor | ||
|
|
|
|||
|
I afraid, if this is going to generate any duplicate random numbers in range from 1 to 100? If yes then how can you avoid that?
If this generates the duplicate numbers then the same record will be picked up more than once. Cheers, McLan |