On Mon, Aug 8, 2011 at 11:22 AM, Rajesh kumar <[email protected]> wrote: > Is there any process or command that we can export the list of process > running to csv
"ps -o" can produce output in fixed width format. You will then need to convert it to csv. See "man ps". - Raja _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
