I'd like to specify the column-separator
ps -o "%a|%p" # separator |
and the column-width
ps -o cmd:50,pid # width 50 for cmd
in one command. Is this possible??
It is not about the column-width but I'd like to have the full length command even if it is not the last column.