Linux odThe 'od' term stands for octal dump. It displays content of a file in different human-readable formats like hexadecimal, octal and ASCII characters. Syntax: Example: Look at the above snapshot, command "od -b format.txt" displays in octal format, command "od -t x1 format.txt" displays in hexadecimal format, command "od -c format.txt" displays in ASCII character where a new line will be marked with '\n'
Next TopicLinux sort
|
Javatpoint provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India