<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>Try this for top 15 memory using processes (in % terms), all on one line...<br><br>ps aux | head -n 1 | cut -c 1-100; ps aux | sort -n -r -k 4 | grep -v COMMAND | head -n 15<br><br><br></div></div></body></html>