Opened 11 years ago

Last modified 11 years ago

#114 closed defect

typeset -Z4 is not known by bash — at Version 1

Reported by: sdipsl Owned by: somebody
Priority: minor Milestone: Bash translation
Component: system Version:
Keywords: Cc:

Description (last modified by sdipsl)

we use this to increment over restart files (specifying integer on 4 digits). Do not work with bash.
typeset -Z4 j4

A possible replacement (working only in bash...)
restart=4 ;
for i in $( eval echo {0000..$restart} ) ; do echo $i ; done

Change History (1)

comment:1 Changed 11 years ago by sdipsl

  • Description modified (diff)
Note: See TracTickets for help on using tickets.