जवाबों:
"स्ट्रेस" पैकेज से लिनक्स के तहत "-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' -
:।
'-O फ़ाइल नाम' विकल्प का उपयोग करें:
strace -f -o foo.log foo
आदमी
-o फ़ाइल नाम फ़ाइल फ़ाइल नाम के लिए ट्रेस आउटपुट लिखें
bash: syntax error near unexpected token `&'