Find the answer to your Linux question:
Results 1 to 2 of 2
Hallo, does anybody know how to count up hexadecimal in gawk. best regards, maxi...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    2

    Gawk

    Hallo,
    does anybody know how to count up hexadecimal in gawk.

    best regards,

    maxi

  2. #2
    Just Joined! cfajohnson's Avatar
    Join Date
    May 2007
    Location
    Toronto, Canada
    Posts
    52
    Code:
    awk 'BEGIN { while (n < 20) printf "%X\n", ++n }'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...