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

Why is it called a shebang?

0 Answers  


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

3 Answers   Cap Gemini, Rolta,


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


Which unix command lists files/folders in alphabetical order?

2 Answers  


How do you know about running processes of a particular user?

11 Answers  






How we will execute previous command in vi editor?

8 Answers   Infosys,


What is rmdir command?

0 Answers  


What is the command to find maximum memory taking process on the server?

0 Answers  


What is the difference between Shell Programming and Shell scripting?

10 Answers   HCL, TCS, Wipro,


What is the procedure of "at" and crontab" commands?

4 Answers  


what is the function of grep command?

4 Answers  


How can you create a symbolic link to a file or directory?

1 Answers  


Categories