Risposte:
L'opzione "-s" sotto Linux, dal pacchetto "strace", ti permetterà di specificare la larghezza:
-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' -
.
Usa l'opzione '-o nomefile':
strace -f -o foo.log foo
striscia di uomini
-o nome file Scrive l'output di traccia nel nome file
bash: syntax error near unexpected token `&'