답변:
"strace"패키지의 Linux에서 "-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 `&'