pastebin - collaborative debugging tool
kpaste.net RSS


Untitled
Posted by Anonymous on Tue 30th Jun 2015 23:02
raw | new post

  1. ####
  2. # Recursively find filenames using find command from the current working dir.
  3. function f ()
  4. {
  5. find . -iname "*$1*"
  6. }
  7.  
  8.  
  9. ###
  10. # Why is this allowed as well?
  11. function f
  12. {
  13. find . -iname "*$1*"
  14. }

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at