Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stream_file_contents_in_hex [2018/02/16 11:08]
stream_file_contents_in_hex [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Stream File Contents in Hex ======
  
 +If you want to view the contents of a stream file you can use the ''od'' command on the shell.
 +
 +Enter QShell:
 +
 +    qsh
 +
 +Call ''od'' command like
 +
 +    od -x myfile
 +
 +{{tag>ibm shell qsh}}