bug-coreutils
[Top][All Lists]
Advanced

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

bug#20767: seq invocation limitations documentation


From: 積丹尼 Dan Jacobson
Subject: bug#20767: seq invocation limitations documentation
Date: Mon, 08 Jun 2015 07:28:25 +0800

On (info "(coreutils) seq invocation") perhaps mention if one needs to
use two % items, a for loop might be required,

$ for i in `seq 14484 10000 34484`; do printf %d=0x%x\\n $i $i; done
14484=0x3894
24484=0x5fa4
34484=0x86b4





reply via email to

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