Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

count symlink dir bash

find $directory -type d -printf d -o -type l -printf l -o -type f -links +1 -printf h -o -type f -printf f
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #count #symlink #dir #bash
ADD COMMENT
Topic
Name
8+5 =