Changeset 209 for trunk/src/hexls.in


Ignore:
Timestamp:
01/23/15 14:25:27 (9 years ago)
Author:
bas
Message:

ALways use '=>' as separator for hexls, useful for utilities like awk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/hexls.in

    r140 r209  
    8080                                output = '%s => %s' % (f, ipaddr)
    8181
    82                         output = '%s -> %s' % (output, symlink_dest)
     82                        output = '%s => %s' % (output, symlink_dest)
    8383
    8484                        print output
Note: See TracChangeset for help on using the changeset viewer.