Search

Search results

20+ Unix/Linux find command examples

... table of contents   Basic find command examples Find directories with the Unix find command ...

Blog - alvin - Apr 22 2013 - 2:19pm - 23 comments - 0 attachments

More Linux find command examples

... table of contents   Basic find command examples Using find to search multiple directories ...

Blog - alvin - Mar 25 2013 - 2:15pm - 0 comments - 0 attachments

Unix/Linux grep command examples

... Case-insensitive file searching with the Unix grep command Reversing the meaning of a grep search Using grep ... grep pattern match Power file searching with find and grep Related Unix/Linux grep commands and tutorials ...

Blog - alvin - Apr 22 2013 - 2:19pm - 15 comments - 0 attachments

How to find multiple filenames with Linux find

Linux find command FAQ: How can I write one find command to find multiple filenames (or filename patterns)? For ...

Blog - alvin - Mar 25 2013 - 2:15pm - 0 comments - 0 attachments

Find command - Find files not matching a pattern

Unix/Linux find "patterns" FAQ: How do I find files or directories that don't match a specific pattern (files not ... "*.html" That's it. This Linux find command using the "not" operator creates a list of all files not ...

Blog - alvin - Mar 25 2013 - 2:17pm - 0 comments - 0 attachments

A CakePHP cheat sheet (CakePHP reference page)

... = app/controllers CakePHP bake Command Examples Here are some CakePHP bake examples (cake bake examples): ... TODO - add other recursive examples here CakePHP find Conditions One of the things you have to get used to when working with ...

Blog - alvin - May 4 2013 - 3:46pm - 4 comments - 0 attachments

Linux: Case-insensitive file searching with locate and find

... Case-insensitive file searching with the locate command Case-insensitive file searching with the find command More find command options Earlier today ...

Blog - alvin - Mar 25 2013 - 2:18pm - 0 comments - 0 attachments

How to use multiple filename search patterns with Linux find

Linux find FAQ: How do I use the Linux find command to find multiple filename extensions (patterns) with one find ...

Blog - alvin - Apr 14 2013 - 3:18pm - 2 comments - 0 attachments

A Scala shell script example (and discussion)

... on that page, so I did a little research. The exec command is a shell builtin, I did know that much. I found the following details ... . (Search that page for those characters, and you'll find a couple of references to it.) If anyone has any more information on ...

Blog - alvin - May 3 2013 - 1:09pm - 0 comments - 0 attachments

Using find and grep to print lines before and after what you're searching for

I just used this combination of a Unix/Linux find command with a grep command to search for all Scala files under the current ...

Blog - alvin - Apr 17 2013 - 11:24pm - 0 comments - 0 attachments