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 |
Which command can you use to find the currently running process in unix server?
Which command is used to kill the last background job?
What will the following command do?
What does mkdir up2date; touch outdated up2date do?
what do you understand by 'unix is a portable os'?
what will this do $cat > file.c ?(file.c is a file in current directory)
what is the shell for dos,nt operating systems?
What is the use of finger command?
what is the cmd to display the last exit status in UNIX?
Which command will print your home directory on screen?
What is awk used for?
what is the command to list all files in a directory, including the hidden files in UNIX ?