octal – POFTUT

Linux Bash Shell Printf Command Examples

Linux provides different commands to print given string or data into the terminla or specified place. printf is one of them which is similar to the C programming language printf()  function. Actually it is cloned from C printf function which provides similar features to write given string to the terminal in a structured manner. Help We will … Read more

Linux od Command Tutorial With Examples To Dump Files Octal Number Format

od is a tool used to  dump files or input in different presentation formtas like octal, decimal, hexadecimal etc. od command especially useful for binary analysis also can be used to debug Linux scripts for unwanted characters. Help $ od –help Syntax od [OPTION]… [FILE]… Display File Octal Mode Octal mode is calculated with base … Read more