What is an Unix command to convert HEX value to ASCII value
located in any flat file.
Answers were Sorted based on User's Feedback
Answer / expert
dd conv=ASCII if=<Source File in HEX forrmat> of=<Target FIle in Ascii Format>
| Is This Answer Correct ? | 7 Yes | 3 No |
Write a command to display a file’s contents in various formats?
what is the difference between pipe(|) and tee command..
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
How to rename files and folders?
How do I search a whole word in vim?
Is it inbetween or in between?
What is clustering in HP and how it's work?
What are some command words?
What does the command '$ls | wc –l > file1' do?
what is the difference between SED and GREP ? Which one is more better and why?
Which command is used to find whether the system is 32 bit or 64 bit?
What are the commands in UNIX to list the files in a Directory?