Hi Cyril, > We can do the same thing twice as well, which may be a bit more > readable: > [ $# -ge 1 ] && shift > [ $# -ge 1 ] && shift I'd prefer my way, as this looks like entered twice by accident. But you chose the variant :). Kind regards, Petr