Search Results

Search: Posts Made By: jenny-mac
1,524
Posted By jenny-mac
I figured it out: 50 would be; if(NR < 51) ...
I figured it out: 50 would be;

if(NR < 51)

:)

Thanks again!
1,524
Posted By jenny-mac
Thanks. Another question: what part of the code...
Thanks. Another question: what part of the code can I alter to make more than 10 lines? Say, 50? (couldn't find a '10' in the code...)
1,524
Posted By jenny-mac
Multiple lines of data?
I use this to get 8 random letters:

cat /dev/urandom | tr -dc 'A-Z' | fold -w 8 | head -n 1

Result is,
WLGFJFZY

What I'm trying to do is get 10 lines of random letters, separated by a line...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy