/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
for dirEval in $( find ./ -type l -name '*' | sort )
do
category=${dirEval#./}
echo $category
done
Comments
 Subscribe to comments
                    Subscribe to comments
                
                