diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-09-25 14:31:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2009-09-25 14:31:59 -0700 |
commit | 0b444ded38a03e917143964c8f88fd7862ab8070 (patch) | |
tree | 6074f0b5a341da5b84b81c116a5df8cd48c68b71 /software/unix-tricks | |
parent | c3181319b25ce4161b3ea8b952624ee95ca19b8b (diff) | |
download | knowledge-0b444ded38a03e917143964c8f88fd7862ab8070.tar.gz knowledge-0b444ded38a03e917143964c8f88fd7862ab8070.zip |
UGH rst fail
Diffstat (limited to 'software/unix-tricks')
-rw-r--r-- | software/unix-tricks | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/software/unix-tricks b/software/unix-tricks index 8cc8ebe..265609f 100644 --- a/software/unix-tricks +++ b/software/unix-tricks @@ -1,8 +1,9 @@ ===================================== UNIX Tricks ===================================== -**See also `freebsd </k/software/freebsd-tricks>`_ and -`debian </k/software/debian>`_ tricks.** + +See also `freebsd </k/software/freebsd-tricks>`_ and +`debian </k/software/debian>`_ tricks. Fork many processes with `xargs` ----------------------------------- |