Исправление sdio, 15.08.14 13:06 (текущая версия) :
man bash
-h file True if file exists and is a symbolic link.
cat input.file | xargs -L1 -I{} "[ -h {} ] || echo {}" | sh > output.file
Исходная версия sdio, 15.08.14 13:02: