Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Find the users that are using !important in the project the most times:
- grep -Rn "\!important" . | awk -F: '{ print "git blame --line-porcelain -L " $2 ",+1 " $1 }' | sh | sed -n 's/^author //p' | sort | uniq -c | sort -rn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement