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

What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


what is the function of grep command?

4 Answers  


Enumerate some of the most commonly used network commands in unix?

0 Answers  


solaris Run level?

3 Answers   Wipro,


The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,






When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


what are the differences between CUI and GUI interfaces?

52 Answers   College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,


distinguish between interrupts and exceptions?

2 Answers   Infosys,


What is the command to check ports active in UNIX?

4 Answers   Accenture, IBM,


What do know about tee command?

0 Answers  


What do chmod command do?

0 Answers  


What is the difference between cat and more command?

0 Answers  


Categories