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 difference between cat command and more command?

0 Answers  


Explain the read, write, and execute permissions on a UNIX directory.

5 Answers  


Is grep faster than awk?

0 Answers  


What is command statement?

0 Answers  


What is the significance of the 'tee' command?

0 Answers  






What is the comma to show the space allocation of files?

0 Answers  


How to view the hidden files in /etc directory?

10 Answers  


What command is used to check the current users?

0 Answers  


why unix operating system provides more security than other operating systems?

4 Answers  


What are reported commands?

0 Answers  


What command is used to switching between users in unix?

0 Answers  


How to add content of one file into another file at the beginning

12 Answers  


Categories