merge master branch.
This commit is contained in:
@@ -15,3 +15,4 @@ alias -g G='| grep' # now you can do: ls foo G something
|
||||
# usage: fn foo
|
||||
# to find all files containing 'foo' in the name
|
||||
function fn() { ls **/*$1* }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user