This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
Dotfiles
Watch
1
Star
0
Fork
You've already forked Dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
292
Commits
1
Branch
0
Tags
15 MiB
Tree:
febeaae006
Dotfiles
/
bin
/
where
3 lines
74 B
Raw
Normal View
History
Unescape
Escape
Copy config removing sensitive data
8 years ago
#!/usr/bin/bash
find . -name "$1" | sed 's/[^/]\+$//' | uniq -c | sort -g