export SVN_SSH="ssh -l {loginname}"
where {loginname} is desired username.
Saturday, June 26, 2010
Regex for alpha in Open Office Writer
If you want to find all alpha characters in Writer, the regular expression below will work
[:alpha:]*
[:alpha:]*
Subscribe to:
Posts (Atom)