cut.1posix -b 3
cut out selected fields of each line of a file
-b  list
       Cut  based  on  a  list  of bytes. Each selected byte shall be output unless the -n option is also
       specified. It shall not be an error to select bytes not present in the input line.
source manpages: cut