Search Results

Search: Posts Made By: KmJohnson
2,532
Posted By durden_tyler
perl -e 'print $_%10 for (1..132)' where...
perl -e 'print $_%10 for (1..132)'


where 132 is the length you are testing.
2,532
Posted By elixir_sinari
Sweet...
Sweet...
2,532
Posted By ahamed101
Something similar using awk awk...
Something similar using awk

awk 'BEGIN{while(++i<=132)printf i%10}'


--ahamed
2,532
Posted By elixir_sinari
This is a breeze in Perl if you have Tie::Cycle...
This is a breeze in Perl if you have Tie::Cycle installed. You tie a scalar to this class and provide the list of values to cycle through (1 to 9, 0). Then, whenever you access the scalar, the next...
2,532
Posted By joeyg
Maybe something like this
$ maxv=80

$ numb=1; while [ $numb -le $maxv ]; do echo $numb | awk '{printf "%1s",substr($numb,length($numb),1)}'; numb=$(($numb+1)) ; done...
Forum: HP-UX 03-17-2010
15,959
Posted By vbe
or do you have an /opt/hpnpl directory? This...
or do you have an /opt/hpnpl directory?

This is the software you need to install if missing:
HP JD Printer Installer for HP-UX 11.x- HP JetDirect Printer Installer for UNIX - HP Business Support...
Forum: HP-UX 10-07-2009
15,959
Posted By methyl
If you are using HP JetDirect to drive the...
If you are using HP JetDirect to drive the printer, check that both servers have the package installed.

swlist | grep -i "jet"

We use "addqueue" not SAM to create print queues. The printers...
Showing results 1 to 7 of 7

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