回答:
Linuxの「strace」パッケージの「-s」オプションを使用すると、幅を指定できます。
-s strsize Specify the maximum string size to print (the
default is 32). Note that filenames are not consid-
ered strings and are always printed in full.
strace $CMD 2>&1 > /dev/null | vim -c ':set syntax=strace' -
。
bash: syntax error near unexpected token `&'