Skip to main content

In addition: You

You can also try specifying the width ;width; this will make full use of your screen width ;.

In my case, the following gives a perfectly formed output. Do customize the width parameter as per you monitor/terminal size ;:

watch -d "ps -ef --width 1000 | grep java | grep -v grep " 

In addition: You can also try specifying the width ; this will make full use of your screen width ;

In my case the following gives a perfectly formed output. Do customize the width parameter as per you monitor size ;

watch -d "ps -ef --width 1000 | grep java | grep -v grep " 

In addition:

You can also try specifying the width; this will make full use of your screen width.

In my case, the following gives a perfectly formed output. Do customize the width parameter as per you monitor/terminal size:

watch -d "ps -ef --width 1000 | grep java | grep -v grep " 
Source Link

In addition: You can also try specifying the width ; this will make full use of your screen width ;

In my case the following gives a perfectly formed output. Do customize the width parameter as per you monitor size ;

watch -d "ps -ef --width 1000 | grep java | grep -v grep "