All Questions
Tagged with buffer command-line
2 questions
1
vote
1
answer
3k
views
Clear socket buffer of CAN adapter
I have a USB/CAN adapter, from lsusb:
OpenMoko, Inc. Geschwister Schneider CAN adapter
it provides a socket interface, from ip addr:
5: can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast ...
1
vote
5
answers
3k
views
Display output to console while grep is used
In vim I use the following command to compile a tex file:
pdflatex\ \-file\-line\-error\ \-shell\-escape\ \-interaction=nonstopmode\ $*\\\|\ grep\ \-P\ ':\\d{1,5}:\ '
this works in terms of getting ...