diff options
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` ----------------------------------- |