I know the -s
option should display longer arguments, but it doesn't work always (probably because of those curly brackets meaning array or nested arguments?).
Even after running strace -s1000 my_command
this argument is still truncated:
ioctl(3, SNDCTL_TMR_TEMPO or TCGETA, {B9600 -opost -isig -icanon -echo ...}) = 0
How can I see the complete arguments?