Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Please note that there are differences between [tt]ps[/tt] implementations for different operating systems. Just because your [tt]ps[/tt] does not understands it, does not mean that is invalid. My [tt]ps[/tt] on Linux executes it correctly.dstxaix said:Your command is invalid.
ps -efo 'stime user pid pcpu rss pmem comm' | while read d l; do test "$d" == "STIME" && echo "Date $l" || echo "`date -d $d` $l"; done