changeset 4756:8f2f3be3d853

<Hjulle> for x in `seq 5`; do echo a$x >> y; sleep 1; done; cat y
author HackBot
date Mon, 25 Aug 2014 13:45:24 +0000
parents c15f02f61588
children b6056991f324
files y
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/y	Mon Aug 25 13:45:18 2014 +0000
+++ b/y	Mon Aug 25 13:45:24 2014 +0000
@@ -3,3 +3,8 @@
 b3
 b4
 b5
+a1
+a2
+a3
+a4
+a5