User:Benjamin Coddington

From Linux NFS

Revision as of 16:17, 10 April 2016 by Trondmy (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I'm a linux nfs developer currently working for Red Hat; previously I built storage for universities. I've got to fill this space with 50 words, but there's not much more interesting to say about myself.

Instead, how about a tip: do you have a file with unknown chars in its name that you wish you could delete? Use printf(1)'s %q to display equivalent chars, like this:

for i in *; do printf "%q\n" "${i}"; done

Personal tools