changeset 4753:89a75fdaa798

<Hjulle> for x in `seq 5`; do echo b$x >> y; sleep 1; done; cat y
author HackBot
date Mon, 25 Aug 2014 13:44:09 +0000
parents 1f7b4b6b09d6
children a3e5dff072b1
files y
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/y	Mon Aug 25 13:43:58 2014 +0000
+++ b/y	Mon Aug 25 13:44:09 2014 +0000
@@ -3,3 +3,8 @@
 a3
 a4
 a5
+b1
+b2
+b3
+b4
+b5