hex editor in linux
For Windows, use Notepad++:Â Â HEX editor in Notepad++
hexdump -C hosts.csv | hexdump root@jkriker-T460:/home/onmylaptop/ChassisInfoFetcher/CIF# hexdump -C hosts.csv 00000000 31 37 32 2e 33 30 2e 39 35 2e 32 30 36 2c 4e 65 |172.30.95.206,Ne| 00000010 74 62 6f 78 2c 4e 65 74 62 6f 78 2c 32 32 |tbox,Netbox,22| 0000001e |
tweak hosts.csv | https://linux.die.net/man/1/tweak tweak 00000000 31 37 32 2E 33 30 2E 39 35 2E 32 30 36 2C 4E 65 172.30.95.206,Ne 00000010 74 62 6F 78 2C 4E 65 74 62 6F 78 2C 32 32 tbox,Netbox,22 To delete: Click on "Insert"  then click on "Delete" Then ^X^C ( hold CTRL and Shift , then click x  then click c ) |