in reply to Re: Script to convert HBA WWNs to lowercase and add ":"
in thread Script to convert HBA WWNs to lowercase and add ":"[Updated]
Ok. Fore!
#perl -E'say join":",grep$_,split/(..)/,lc"10000000C9ABCDEF"' perl -E"$_=lc'10000000C9ABCDEF';s/..(?=.)\K/:/g;say" 10:00:00:00:c9:ab:cd:ef
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Script to convert HBA WWNs to lowercase and add ":"
by keszler (Priest) on Dec 17, 2011 at 22:40 UTC | |
Re^3: Script to convert HBA WWNs to lowercase and add ":"
by samwyse (Scribe) on Jan 18, 2012 at 17:34 UTC |