/* HEXSORT REXX: Sort in HEX */
'callpipe',
'*: |',
'xlate *-* A-F fa-ff fa-ff A-F |',
'sort' arg(1) '|',
'xlate *-* A-F fa-ff fa-ff A-F |',
'*:'
exit RC

On 12/16/2010 09:11 AM, Tom Huegel wrote:
> I know I saw someone posted this way back when but I can't find it.
> 
> A real simple pipe to do a 'hex' sort. Input is device addresses.
> 
> pipe literal D12B 127B B729 1111 | split | sort | console   <this does a
> character sort.
> 
> What do I add to get the outout to be 1111 127B B729 D12B..??
> 
> Thanks
> 

-- 
Dave Jones
V/Soft Software
www.vsoft-software.com
Houston, TX
281.578.7544

Reply via email to