Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2022269
loc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
835 B
Referenced Files
None
Subscribers
None
loc
View Options
echo "Corosync Cluster Engine LOC"
echo "---------------------------"
echo -n "exec LOC "
printf "%7.7s\n" `find exec -name *.[ch] -exec cat {} \; | wc -l`
echo -n "services LOC "
printf "%7.7s\n" `find services -name *.[ch] -exec cat {} \; | wc -l`
echo -n "lib LOC "
printf "%7.7s\n" `find lib -name *.[ch] -exec cat {} \; | wc -l`
echo -n "include LOC "
printf "%7.7s\n" `find include -name *.[ch] -exec cat {} \; | wc -l`
echo -n "lcr LOC "
printf "%7.7s\n" `find lcr -name *.[ch] -exec cat {} \; | wc -l`
echo -n "test LOC "
printf "%7.7s\n" `find test -name *.[ch] -exec cat {} \; | wc -l`
echo -n "tools LOC "
printf "%7.7s\n" `find tools -name *.[ch] -exec cat {} \; | wc -l`
echo "---------------------------"
echo -n "total LOC "
printf "%7.7s\n" `find . -name *.[ch] -exec cat {} \; | wc -l`
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 10:48 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1106921
Default Alt Text
loc (835 B)
Attached To
Mode
rC Corosync
Attached
Detach File
Event Timeline
Log In to Comment