Skip to content

Reyn Hartono

Personal Archive

  • Home
  • About

Counting Non-Null Bytes of a File

In Engineering By Reynaldi Hartono On September 17, 2022September 18, 2022

The simplest form to count non-null bytes of a file is by using sed to delete the null bytes and then pipe it to wc. This will achieve our main goal to count the non-null…

Read more of Counting Non-Null Bytes of a File →

Tagged bash, binary, linux
  • Instagram
  • LinkedIn
  • Mail
© Copyright Reyn Hartono. All rights reserved.