Chris
grep a .xinitrc -o -c seems to count how many a's in my .xinitrc file... -c == count -o == only the part of the line that matches
Chris
grep a .xinitrc -o -c seems to count how many a's in my .xinitrc file... -c == count -o == only the part of the line that matches