File: GetFontDirs

package info (click to toggle)
tkfont 1.1-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 96 kB
  • ctags: 17
  • sloc: tcl: 327; makefile: 33; 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++ 
				      } 
				     }'