changeset 4749:fe4ef14f6f0b

<Hjulle> for x in `seq 5`; do echo a$x >> y; sleep 1; done; cat x
author HackBot
date Mon, 25 Aug 2014 13:43:22 +0000
parents 7749bf72414b
children 62bab13011b8
files y
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/y	Mon Aug 25 13:43:22 2014 +0000
@@ -0,0 +1,5 @@
+a1
+a2
+a3
+a4
+a5