DEVFYI - Developer Resource - FYI

Write a command to display a file’s contents in various formats?

Unix Interview Questions


(Continued from previous question...)

88. Write a command to display a file’s contents in various formats?

$od -cbd file_name
c - character, b - binary (octal), d-decimal, od=Octal Dump.

(Continued on next question...)

Other Interview Questions