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
How can you see the command line history?
What is grep and how do you use it?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I use grep to search for a file?
Which command can you use to find the currently running process in unix server?
What does this command do,"$more readme.txt“?
Explain ‘library functions’ with respect to unix commands?
What is grep in bash?
What is a bash command?
How do I search a whole word in vim?
Which unix command to make a new directory?
Which command is used to copy files?
What are filter commands in unix?
What is {} in find command?
What do chmod, chown, chgrp commands do?