aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Lots_of_4k_symlinks/comment_6_fa72056ee788ac0f2c15bb57d9876cf6._comment
blob: 6e4c89631d7fe89b2a8a87034017773a49e7402d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="CandyAngel"
 avatar="http://cdn.libravatar.org/avatar/15c0aade8bec5bf004f939dd73cf9ed8"
 subject="comment 6"
 date="2017-05-10T12:45:59Z"
 content="""
Oops,

    find -name .git -prune -o -type l -printf '%s\n' | awk '{sum+=$1} END {print sum/1024**3}'

should have been

    find -name .git -prune -o -type l -printf '%s\n' | awk '{sum+=$1} END {print sum/1024**2}'

That'll teach me to prematurely copy it :P
"""]]