Does exist in unix any command which could read data from any memory address or port and return result on screen?
You want to be able to key in any address and then see what's stored?
Or run something called a memory dump?
The first. I want to get the data stored in any memory address, for example from screen buffer e.t.c. It is easy to do with C++ or Pascal, but is it possible with bash script?