Unix and Linux Discussions Tagged with pattern |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
16,577 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,948 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
7,009 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
13,492 |
UNIX for Beginners Questions & Answers |
|
|
|
13 |
10,955 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
16,764 |
Shell Programming and Scripting |
|
|
|
3 |
5,618 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,825 |
Shell Programming and Scripting |
|
|
|
7 |
9,397 |
Shell Programming and Scripting |
|
|
|
3 |
8,841 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
5,633 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,577 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,815 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
11,151 |
Shell Programming and Scripting |
|
|
|
1 |
9,109 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
8,015 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,437 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,408 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,004 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,858 |
Shell Programming and Scripting |
|
|
|
8 |
6,057 |
Shell Programming and Scripting |
|
|
|
2 |
5,456 |
Shell Programming and Scripting |
|
|
|
2 |
4,356 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,922 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,504 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,362 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
4,027 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,949 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,199 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
12,796 |
Windows & DOS: Issues & Discussions |
|
|
|
6 |
3,172 |
Shell Programming and Scripting |
|
|
|
4 |
1,922 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,309 |
Shell Programming and Scripting |
|
|
|
3 |
2,023 |
Shell Programming and Scripting |
|
|
|
9 |
3,188 |
Shell Programming and Scripting |
|
|
|
2 |
1,758 |
Shell Programming and Scripting |
|
|
|
3 |
3,764 |
Shell Programming and Scripting |
|
|
|
9 |
3,720 |
Shell Programming and Scripting |
|
|
|
6 |
3,091 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,842 |
Shell Programming and Scripting |
FC-PATTERN(1) FC-PATTERN(1)
NAME
fc-pattern - parse and show pattern
SYNOPSIS
fc-pattern [ -cdVh ] [ --config ] [ --default ] [ [ -f format ] [ --format format ] ] [ --version ] [ --help ]
[ pattern [ element... ] ]
DESCRIPTION
fc-pattern parses pattern (empty pattern by default) and shows the parsed result. If --config is given, config substitution is performed
on the pattern before being displayed. If --default is given, default substitution is performed on the pattern before being displayed.
If any elements are specified, only those are printed.
OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-c Perform config substitution on pattern.
-d Perform default substitution on pattern.
-f Format output according to the format specifier format.
-V Show version of the program and exit.
-h Show summary of options.
pattern
Parses and displays pattern (uses empty pattern by default).
element
If set, the element property is displayed for parsed pattern.
SEE ALSO
FcNameParse(3) FcConfigSubstitute(3) FcDefaultSubstitute(3) FcPatternPrint(3) FcPatternFormat(3) fc-cat(1) fc-cache(1) fc-list(1) fc-
match(1) fc-query(1) fc-scan(1)
The fontconfig user's guide, in HTML format: /usr/share/doc/fontconfig/fontconfig-user.html.
AUTHOR
This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
Apr 20, 2010 FC-PATTERN(1)