Differences between revisions 1 and 2
Revision 1 as of 2014-02-14 18:34:00
Size: 362
Editor: ip-83-249
Comment:
Revision 2 as of 2014-02-14 18:40:24
Size: 630
Editor: ip-83-249
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:

If you do have to search in someone's home directory, use the {{{find}}} command:

Eg (as root):
{{{
     cd /home/wheel/mattman
     find -name "*membershipform*" -print
}}}

Outputs:
{{{
     ./2012membershipform.pdf
     ./2013membershipform.pdf
}}}

We have it. Sometimes. Not really.

Some things are git, some are svn and some are rcs.

It's probably a good idea to move to git.

Random people's home directories is the worst.

If you do have to search in someone's home directory, use the find command:

Eg (as root):

     cd /home/wheel/mattman
     find -name "*membershipform*" -print

Outputs:

     ./2012membershipform.pdf
     ./2013membershipform.pdf