Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2014-02-14 18:34:00
Size: 362
Editor: ip-83-249
Comment:
Revision 3 as of 2018-11-01 13:09:22
Size: 604
Editor: 127
Comment: or people can stay the fuck away from my home directory
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * {{{/away/wheel/bob}}}
Line 15: Line 14:

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