File: GetFontDirs

package info (click to toggle)
tkfont 1.1-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 18
  • sloc: tcl: 352; makefile: 35; sh: 8
file content (7 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh
xset -q | grep "fonts" | awk -F "," '{ i = 1 
				      while (i <= NF) { 
					print $i 
					i++ 
				      } 
				     }'