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 is grep and how do you use it?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Can you enlist some commonly used network commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain command to display different lines that are found when compare two files?
What are the general commands in using unix os for a beginner?
What does grep v do?
What is the command to find maximum memory taking process on the server?
Which command can you use to find the currently running process in unix server?
What is awk good for?
Write a command to display a file’s contents in various formats?
Write a command that will display files in the current directory, in a colored, long format.
How do I use grep to search for a file?
What's a command word?
What does pipe () return?