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 |
Why is it called a shebang?
what is the difference between pipe(|) and tee command..
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?
How do you know about running processes of a particular user?
How we will execute previous command in vi editor?
What is rmdir command?
What is the command to find maximum memory taking process on the server?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
What is the procedure of "at" and crontab" commands?
what is the function of grep command?
How can you create a symbolic link to a file or directory?