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 are some command words?
Does cp command overwrite files?
How can you see the command line history?
How do I use grep to search for a file?
Which command should you use to find the remaining disk space in unix server?
Name the general commands in using unix os for a beginner?
Can you explain a little bit about command substitution?
What is awk command used for?
Explain the steps that a shell follows while processing a command.
What does the command '$ls | wc –l > file1' do?
How do I search a whole word in vim?
Give the command for finding the current date.
What is awk used for?
Explain command to display different lines that are found when compare two files?
What is “chmod” command?