I need to parse the output of "proc/pid/smaps" on a linux system. Running a perl/python script on this system is not an option. I was looking to see if there's a bash script to do the same.
Alternately, it would also be OK is there's a script (any script) which takes in output from /proc/pid/smaps in text format, and parses the information and dumps in human readable format :-)