Search Results

Search: Posts Made By: kriti
3,001
Posted By kriti
Hey i got how to run it.. #!/usr/bin/awk -f ...
Hey i got how to run it..

#!/usr/bin/awk -f
BEGIN {while (i < 2000) {
a=sprintf ("%.12X", i++);
gsub(/../,"&:",a);
sub(":$","",a);
print a
}
}

~

Save it in a file and run using below...
3,001
Posted By kriti
Thanks for your help. I am not into scripting....
Thanks for your help. I am not into scripting. Just started with it. Can you tell me how to save the following code and run it into linux.
3,001
Posted By kriti
Generate unique mac address
Hi,

I want to generate 2000 mac address. Please let me know how to do so.
Perl script or there is some tool availlable wherein i can give the count and it will generate that many mac-address
...
Showing results 1 to 3 of 3

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