On 08:19 Tue 16 Oct , Steve Long wrote:
> stdDocs=(ChangeLog AUTHORS FEATURES THANKS README CodingStyle TODO FAQ)
>
> stdDoc() {
> local d l=()
> for d in "[EMAIL PROTECTED]"; do
> [[ -f $d ]] && l+=("$d")
> done
> (([EMAIL PROTECTED])) && dodoc "[EMAIL PROTECTED]"
> }
>
> (assuming [[ $PWD = $S ]] or whichever is the right one for docs.)Is it just me, or is this code way more complex than it needs to be? It looks like bashturbation to me. =P Thanks, Donnie -- [EMAIL PROTECTED] mailing list
