- ####
- # Recursively find filenames using find command from the current working dir.
- function f ()
- {
- find . -iname "*$1*"
- }
- ###
- # Why is this allowed as well?
- function f
- {
- find . -iname "*$1*"
- }
Untitled
Posted by Anonymous on Tue 30th Jun 2015 23:02
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.