bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

while echo -n $((++c)): ;date -d "-$c years"


From: Dan Jacobson
Subject: while echo -n $((++c)): ;date -d "-$c years"
Date: Fri, 07 May 2004 03:43:22 +0800

Please try
$ while echo -n $((++c)): ;date -d "-$c years";do :;done
It sticks from c=103, and breaks at c=123.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]