>
> > Is there any process or command that we can export the list of process
> > running to csv
> >
> > ps -ax < process.csv
>
>
>
>
$ps -aux | tr -s ' ' , < file_path/file_name.csv

for more info man tr

By
Karthikeyan K
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to