Basically I want do the following:
ls -l[+someflags]
(or by some other means) that will only display files that are symbolic links
so t
Try file type flag and get rid of the appending @
ls -F /home/usr/foo | grep "@" | sed 's/@//'