What is an Unix command to convert HEX value to ASCII value
located in any flat file.
Answer Posted / expert
dd conv=ASCII if=<Source File in HEX forrmat> of=<Target FIle in Ascii Format>
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What does grep v grep do?
Which unix command to make a new directory?
What does sed command do in unix?
how to sort the content of the file based on numeric values
Write a command to display a file’s contents in various formats?
What is the first character of the output in ls l command?
Which command is used to copy files?
What is a bash command?
What command is used to check the current users?
What is the command to find hidden files in the current directory?
What is nr in awk command?
What is pipe command in unix?
What is the general format of unix command syntax?
What does touch command do in unix?
How do I open a port?