The find command that you want is: `find ~ -size 1033c`
From the man page for find:
* b: for 512-byte blocks (this is the default if no suffix is used)
* c: for bytes
The find command that you want is: `find ~ -size 1033c`
From the man page for find:
b: for 512-byte blocks (this is the default if no suffix is used)
c: for bytes