search for: culpepper

Displaying 3 results from an estimated 3 matches for "culpepper".

2011 Jun 24
3
Extract character from the end of a string
I have a list of names that look like this, with some ending in an "*" and others not: Steve Young* Joe Montana* Tom Brady Daunte Culpepper ... I want to create a variable that = 1 if the name ends in "*" and = 0 otherwise. Please help! -- View this message in context: http://r.789695.n4.nabble.com/Extract-character-from-the-end-of-a-string-tp3621732p3621732.html Sent from the R help mailing list archive at Nabble.com.
2005 May 18
0
Samba 3 dms doesn't allow access through interdomain trust
...list Password: Trusted domains list: HENDRICKS S-1-5-21-1606818979-933581049-1307212239 Trusting domains list: HENDRICKS S-1-5-21-1606818979-933581049-1307212239 hrhdc01:~ # getent password snippet from the Samba dms on the Hendricks (trusting domain): ymculpe:x:12084:10003:Culpepper, Yvonne:/home/HENDRICKS/ymculpe:/bin/bash ypmayer:x:12085:10003:Mayer Yvonne:/home/HENDRICKS/ypmayer:/bin/bash ysbrown:x:12086:10003:Brown, Yong S.:/home/HENDRICKS/ysbrown:/bin/bash zgeorg:x:12087:10003:George, Zachary:/home/HENDRICKS/zgeorg:/bin/bash ztlcordet:x:12088:10003:ZZCordes, Theresa:/home...
2017 Jul 06
3
[Bug 2739] New: ssh-add no longer works with xargs
...args Product: Portable OpenSSH Version: 7.4p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: ssh-add Assignee: unassigned-bugs at mindrot.org Reporter: micahculpepper at gmail.com I have a small script in my bash profile to ensure my ssh keys have been added to ssh-add. A recent update broke this. Here is the command I was using: find ~/.ssh | egrep 'id_rsa$' | xargs ssh-add -K Here is the output of everything up until ssh-add: bash-3.2$ find ~/.ssh |...