in reply to Re: (OT) How to use ps unix command to see the task full command
in thread (OT) How to use ps unix command to see the task full command
Try first setting the column with of your terminal to something very wide, e.g. 'export COLUMNS=125', press Enter, then 'ps A'
This worked on my Mac's Terminal app to see the full path with the terminal window expanded edge to edge. Using only the 'A' parameter eliminates other column data, making best use of your wide terminal.