forked from colonelpanic/dotfiles
find by size.
This commit is contained in:
parent
826ddbbc60
commit
9126d7db6e
@ -350,3 +350,8 @@ function android_sdk_directory {
|
||||
function pkill_zsh {
|
||||
ps aux | grep "$1" | grep -v grep | get_cols 2 | xargs kill -9
|
||||
}
|
||||
|
||||
|
||||
function find_by_size {
|
||||
find . -type f -size +$1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user