FC-CAT(1)FC-CAT(1)NAME
fc-cat - read font information cache files
SYNOPSIS
fc-cat [ -rvVh ] [ --recurse ] [ --verbose ] [ --version ] [ --help ]
[ [ fonts-cache-%version%-files ] [ dirs ] ... ]
DESCRIPTION
fc-cat reads the font information from cache files or related to font directories and emits it in ASCII form.
OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-r Recurse into subdirectories.
-v Be verbose.
-h Show summary of options.
-V Show version of the program and exit.
SEE ALSO fc-cache(1)fc-list(1)fc-match(1)fc-pattern(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 written by Patrick Lam <plam@mit.edu>.
Aug 13, 2008 FC-CAT(1)
Check Out this Related Man Page
FC-CAT(1)FC-CAT(1)NAME
fc-cat - read font information cache files
SYNOPSIS
fc-cat [ -rvVh ] [ --recurse ] [ --verbose ] [ --version ] [ --help ]
[ [ fonts-cache-%version%-files ] [ dirs ] ... ]
DESCRIPTION
fc-cat reads the font information from cache files or related to font directories and emits it in ASCII form.
OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-r Recurse into subdirectories.
-v Be verbose.
-h Show summary of options.
-V Show version of the program and exit.
SEE ALSO fc-cache(1)fc-list(1)fc-match(1)fc-pattern(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 written by Patrick Lam <plam@mit.edu>.
Aug 13, 2008 FC-CAT(1)
hi everybody,
how do i open a txt file writen in unix on to a web page
so when i want to view the txt file that was generated from a shell program, that file is open on a web page
do i use the cat > filename.html command to do this, or is there another way
many thanks
:D (2 Replies)
Hi All,
I want a command which will give me list of all directories as well as files which are having this text "dras_get" in them.
If I use the following command:
cat /parentdir/filename | egrep 'dras_get' then I have two variables. Is there anyway I can get the list of directories as... (6 Replies)
Hi all,
I need a big help in a problem. I have a lot of files with the name "title" on a lot of folders. Each files have one single line and I need to copy all these lines to a new file, named "all_titles". For exemple, if I have
folder1
title
content1
folder2
title
content2
I... (2 Replies)
Just want to ask if the below code is correct;
if ; then
echo "No log found from " $data
exit 0
else
cat out.txt
fi
this is to test if the content of out.txt is 0 then message appear that there is no log. Is this correct? (3 Replies)
Hi All,
I've got a script to output YAML data, and I want to display data that's held inside variables inside one large CAT area. What's the easiest way to do this?
cat << "END"
---
classes:
- general_image
- $intro #Variable 1
- $mid #Variable 2
... (2 Replies)
Hi All,
I was trying to run the cat command using perl SCRIPT for my daily reports.
However cat command is not working in PERL.
please help me.
cat FILE1.txt |cut -d "|" -f1 >INPUT1.txt
cat FILE2.txt|wc -l *9111*|>INPUT2.txt
paste INPUT1,INPUT2 >OUTPUT.txt
Thanks in advance
... (3 Replies)
Hi,
I need to concatenate data files with a .mp extension that are stored in directories by year. I want to keep the same filename as an output for example:
for the file name p030.mp, which resides in the following subdirectories:
/2000/p030.mp
/2001/p030.mp
/2002/p030.mp
I want to:... (4 Replies)
Good morning. I have a piece of code that is currently taking multiple files and using the CAT.exe command to combine into one file that is then sorted in reverse order based on the 3rd field of the file, then displayed on screen. I am trying to change this so that the files are being combined into... (4 Replies)
I have a directory of over a hundred text files that I'm getting ready to merge with the CAT command. However there is only one space after each file; this makes the output look crowded.
I would like to add two, possibly even four carriage returns at the end of each text file to make the final... (2 Replies)
Can any one guide me how can i accomplish this by script
i continuously receive files via our ftp server into a certain folder is there a way i can take those files cat it to a new file by hour and create a new file when new hour starts? (4 Replies)
Hi all,
How to join spitted files into a single file on windows as we have a CAT command on unix.
Regards,
---------- Post updated 02-10-12 at 12:54 AM ---------- Previous update was 02-09-12 at 12:56 AM ----------
I think my question is unclear.
Let me explain it again.
I want... (3 Replies)
I have a folder that contains a number of files with file names as follows:
XX.YYYY..ZZZ.2014.001.000000
XX.YYYY..ZZZ.2014.001.000400
XX.YYYY..ZZZ.2014.001.000800
XX.YYYY..ZZZ.2014.001.001200
XX.YYYY..ZZZ.2014.001.001600
.....
XX.YYYY..ZZZ.2014.002.000000
XX.YYYY..ZZZ.2014.002.000400... (8 Replies)
I am trying to read some data form .key file with cat command..but its not displaying data correctly..tried with other commands also still no use.i tried with CAT with SED combination but no use..
Please help me with the command or script. (10 Replies)
I have not been able to append the contents of many files into one file. I have executed the CAT command shown below separately substituting an actual path and file name for the array variable to verify that I have the syntax correct. The bottom line - nothing is happening with CAT. I am running... (16 Replies)