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



What is an Unix command to convert HEX value to ASCII value located in any flat file...

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

What is an Unix command to convert HEX value to ASCII value located in any flat file...

Answer / gr

dd conv=ascii if=test.log of=test1.log

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Unix Commands Interview Questions

Write a command to display a file’s contents in various formats?

1 Answers  


what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


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?

1 Answers  


How to rename files and folders?

7 Answers   IBM, Oracle,


How do I search a whole word in vim?

1 Answers  


Is it inbetween or in between?

1 Answers  


What is clustering in HP and how it's work?

1 Answers   HP,


What are some command words?

1 Answers  


What does the command '$ls | wc –l > file1' do?

1 Answers  


what is the difference between SED and GREP ? Which one is more better and why?

4 Answers   IBM,


Which command is used to find whether the system is 32 bit or 64 bit?

1 Answers  


What are the commands in UNIX to list the files in a Directory?

1 Answers   CGI,


Categories