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

Re: Konsole: Farbe einstellemn & C++-Bücher



Ulrich Gehring <ufg@hosengummi.de> schrieb:

> Ich mach das bei mir dann so:

[snip]

colors()
{
 for i in 30 31 32 33 34 35 36 37 39
 do
  for j in 40 41 42 43 44 45 46 47 49
  do
   # gleiche Vorder- und Hintergrundfarbe wird übersprungen
   if [ $j -eq $[ i + 10 ] ]; then
    continue
   fi
   echo -e $i $j "\033[${i};${j}mFarbe\033[0m"
  done
 done
}

Gruß,

Marcus

-- 
            0 and 1. Now what could be so hard about that?
eMail: m@followup-to.de



Reply to: