Skip to main content
Grammar, formatting.
Source Link
Stephen Kitt
  • 481.5k
  • 60
  • 1.2k
  • 1.4k

Od od command to print all the values

Hi I am running the od command as "od -b myfile"od -b myfile to convert a file I have into image pixels. I need to see all the values but because they are too many the command prints the following  : 0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 * 1130000

0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
*
1130000

isIs there any way to get all my values instead of just the first and the last?

Od command print all the values

Hi I am running the od command as "od -b myfile" to convert a file I have into image pixels. I need to see all the values but because they are too many the command prints the following  : 0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 * 1130000

is there any way to get all my values instead of just the first and the last?

od command to print all the values

I am running the od command as od -b myfile to convert a file I have into image pixels. I need to see all the values but because they are too many the command prints the following:

0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
*
1130000

Is there any way to get all my values instead of just the first and the last?

Source Link

Od command print all the values

Hi I am running the od command as "od -b myfile" to convert a file I have into image pixels. I need to see all the values but because they are too many the command prints the following : 0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 * 1130000

is there any way to get all my values instead of just the first and the last?