ps -ewwf
       -w     Wide output.  Use this option twice for unlimited width.

       --width n
              Set screen width.

Normally we use “ps -ef” to show list all the processes, but some commands are really long ,for such case we can add “ww” to show unlimited width .