Find a file containing a text string on Linux
There is a very useful command in Linux, called grep. It is a utility for searching plain text files using…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
There is a very useful command in Linux, called grep. It is a utility for searching plain text files using…
Finding files is a little different to MS DOS! find <startlocation> <type> <filename> <exec> The exec is a simple way…
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…