Version: kate 2.5.5 (using KDE KDE 3.5.5) Installed from: SuSE RPMs Compiler: Target: i586-suse-linux OS: Linux in the following script the <<< redirect asigns the content of the variable to the third file descriptor. The command works, but syntax highlighting does not recognize the three < as being valid #! /bin/sh # encrypt tar files for file in $TMPDIR/*; do mkisofs -R $file | aespipe -e aes256 -p3 3<<<$PASS >$file.aes256.iso done
SVN commit 724425 by sping: Proper highlighting of "\d*<<<" redirection. This feature seems not mentioned in the Bash Manual. Please attach a link to documentation about it to this bug report if you know any. BUG: 142904 CCBUG: 145547 CCMAIL: webmaster@hartwork.org M +2 -2 bash.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=724425
*** This bug has been marked as a duplicate of 142904 ***