What is an Unix command to convert HEX value to ASCII value
located in any flat file.
Answer Posted / gr
dd conv=ascii if=test.log of=test1.log
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does shebang work?
What are the differences among a system call, a library function, and a unix command?
What do chown command do?
Which command is used to create a directory?
What is time_t?
What is in grep command?
What is the difference between cat and more command?
What is awk command used for?
Who wrote grep?
What is a bash command?
Which command is used to restrict incoming messages?
What does the metacharacter mean?
What is the use of tee command?
Explain mount and unmount command.
Explain ‘library functions’ with respect to unix commands?