ubuntuusers.de

test

Datum:
31. März 2013 00:56
Code:
1
2
3
4
5
find -type l -exec ls -l {} \; | cut -d" " -f9,11 | while read linkname linkziel;
do 
echo $linkname; 
echo $linkziel; 
done