Searched refs:width (Results 1 – 1 of 1) sorted by relevance
77 width=$(expr $COLUMNS - 30)79 if test "$filelen" -gt "$width"; then80 rwidth=$(expr $width - 3)83 printf '%-20s %-*s %6s\n' $fct $width $file $line
Completed in 8 milliseconds