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
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 are filter commands in unix?
write grep commands to select the lines that have exactly two characters
How to use grep command to list find the records of a file containing 10 different strings?
what is the difference between commmands cmp and diff?
Which unix command to make a new directory?
What does touch command do in unix?
What is the use of pipes?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How do I run a bash script?
What do know about tee command?
What is sed awk grep?
what do you understand by 'building block primitive'?