repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[feat](master): Add find script & vim comments
[dotfiles_afify.git]
/
.scripts
/
find.sh
blob
a8152372c138f8096ecdf903331ecb6f51ec591e
1
#!/usr/bin/env bash
2
3
#==============================================================================
4
# Name : find
5
# GitHub : HassanAfify
6
# Copyright : MIT
7
# Version : 0.1
8
# Description :
9
#==============================================================================
10
11
find
.
/
-iname
"*
$1
*"