> The following multitail command worked previously on debian etch, but occured > after installing debian squeeze along with the corresponding multitail > version. > multitail -sw 120,80 -i file.txt -R 45 -l 'ls -1tr $(ls -d1tr $HOME|tail -n > 1)/*|tail -n 50|while read f;do sed -ne s/^[[:blank:]]*Folder:.//p $f|tail -n > 1;done|cut -f1 -d" " | uniq' > Note that it does not matter what's in the file.txt file, and it does not > matter what folder is listed (I used $HOME in the example above). The > segfault is very reproduceable -- happens every time.
That's odd. Cannot reproduce it? Maybe you can build it from source (apt-get source multitail) with -g and then run it from gdb? gdb ./multitail set args -sw 120,80 -i file.txt -R 45 -l 'ls -1tr $(ls -d1tr $HOME|tail -n 1)/*|tail -n 50|while read f;do sed -ne s/^[[:blank:]]*Folder:.//p $f|tail -n 1;done|cut -f1 -d" " | uniq' r bt Folkert van Heusden -- Multitail es una herramienta flexible que permite visualizar los "log file" y seguir la ejecución de comandos. Permite filtrar, añadir colores, combinar archivos, la visualización de diferencias (diff- view), etc. http://www.vanheusden.com/multitail/ ---------------------------------------------------------------------- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

