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
What does the metacharacter mean?
how to sort the content of the file based on numeric values
Which command is used to delete all files in the current directory and all its sub-directories?
What is ctrl d?
What command is used to switching between users in unix?
What do chmod, chown, chgrp commands do?
What is the use of find command in unix?
What will the following command do?
Which command is used to copy files?
What is the size of time_t?
How do I use nslookup?
What do chown command do?
Why is awk called awk?
How many unix commands are there?
Explain the steps that a shell follows while processing a command.