From f61026119df4700f69eb73e95620bc5928ca0fcb Mon Sep 17 00:00:00 2001 From: User Date: Tue, 13 Oct 2009 02:52:09 +0000 Subject: Grand rename for gitit transfer --- software/unix-tricks | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/unix-tricks (limited to 'software/unix-tricks') diff --git a/software/unix-tricks b/software/unix-tricks deleted file mode 100644 index 265609f..0000000 --- a/software/unix-tricks +++ /dev/null @@ -1,13 +0,0 @@ -===================================== -UNIX Tricks -===================================== - -See also `freebsd `_ and -`debian `_ tricks. - -Fork many processes with `xargs` ------------------------------------ -To fork off 10 instances of sleep with incremented lengths, 5 at a time:: - -$ seq 10 20 | xargs -n 1 -P 5 sleep - -- cgit v1.2.3