10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
How to copy files from one directory to another directory with the subfolders copied.
If i have folder1/sub1/sub2/* it needs to copy files to folder2/sub1/sub2/*.
I do not want to create sub folders in folder2.
Can copy command create them automatically?
I tried cp -a and cp -R but did... (4 Replies)
Discussion started by: santosh2626
4 Replies
2. Red Hat
I have directory that has some billion file inside , i tried copy some files for specific date but it's always did not respond for long time and did not give any result.. i tried everything with find command and also with xargs..
even this command find . -mtime -2 -print | xargs ls -d did not... (2 Replies)
Discussion started by: before4
2 Replies
3. Shell Programming and Scripting
I can't find how to do this.
I want to take a bulk of files, and copy/move a specific number of them (say 1000) to a newly created directory. Once that directory is full, I want to create a new folder and copy/move another batch of files, and so on.
Seems like there should be an easy way to... (6 Replies)
Discussion started by: twjolson
6 Replies
4. UNIX for Dummies Questions & Answers
Hi all,
i have 2 directory of files, the first directory(ext1directory) contain files of extension .ext1 and the second directory(allextdirectory) contains files of multiple extensions (.ext1,.ext2,.ext3,..)
so i want to copy the files from directory 2(allextdirectory) that have the same name... (8 Replies)
Discussion started by: shelladdict
8 Replies
5. UNIX for Dummies Questions & Answers
I have a folder will a lot of documents (pdf, xls, doc etc.) which users have uploaded but only 20% of them are currently linking from my html files. So my goal is to copy only the files which are linked in my html files from my Document directory into another directory.
Eg: My documents exist... (5 Replies)
Discussion started by: ankitha
5 Replies
6. UNIX for Dummies Questions & Answers
Dear All,
Again I have another simple question. :confused:
I want to write a csh which can copy all files of a current directory with a new name in the same directory, I mean:
If I have tree bird apple as files in a directory I want to give ,say number 007 as argument to my csh and it copies... (3 Replies)
Discussion started by: dreamer0085
3 Replies
7. UNIX for Dummies Questions & Answers
Iam in the process of copying a directory with thousands of directories and files into a new directory.
I need to preserve permissions, owner, group, date and timestamps, everything.
Iam using AIX and would need help of writing the command whether it is cp-RP or cpio.
Apprecaite your... (3 Replies)
Discussion started by: baanprog
3 Replies
8. Shell Programming and Scripting
I've been able to find all the extensionless files named photos using the command:
find /usr/local/apache/htdocs -name photos -print0
I need to copy those files to the name photos.php in their same directory.
I've found a bunch of xarg examples for moving to other directories but I wasn't... (7 Replies)
Discussion started by: dheian
7 Replies
9. Solaris
I have created a file that has list of all the files I want to copy into another directory.Is there a way to do it?
Thanks In advance (4 Replies)
Discussion started by: shreethik
4 Replies
10. Shell Programming and Scripting
Hi
when copy the files from one directory to another as like below,it is tried to copy *. as a file.
cp /home/rha/*.
My objective is to copy all the files (don't care about case sensitive),
Thanks in advance for your valuable reply. (1 Reply)
Discussion started by: HAA
1 Replies
MKCFM(1) General Commands Manual MKCFM(1)
NAME
mkcfm - create summaries of font metric files in CID font directories
SYNOPSIS
mkcfm [CID-font-directory-name]
DESCRIPTION
There is usually only one CID font directory on the X font path. It is usually called /usr/X11R6/lib/X11/fonts/CID. If you do not specify
an argument, mkcfm will try to go through the subdirectories of that directory, and create one summary of font metric files for each CID-
Font (character descriptions) file and each CMap (Character Maps) file it finds. The summaries of font metric files are put in the existing
CFM subdirectory. The CFM subdirectories are created when CID-keyed fonts are installed.
If you specify a CID font directory as an argument, mkcfm will try to go through the subdirectories of that directory, and create one sum-
mary of font metric files for each CIDFont file and each CMap file it finds. mkcfm will calculate the summaries of the font metric files
stored in AFM subdirectories of the CID font directory.
Those summaries are needed by the rasterizer of CID-keyed fonts to speed up the response to X font calls. If those files do not exist, CID
rasterizer will have to go through usually large font metric files, and calculate the summaries itself each time the font is called. You
will notice a substantial wait on a call to a large CID-keyed font.
FILES
.afm files Each CID-keyed font file is supposed to have a font metric file (.afm file). mkcfm creates summary files (.cfm files) of
those font metric files. mkcfm should be run whenever a change is made to the files stored in the subdirectories of the CID
font directory. For example, it should be run when new CID fonts are installed.
.cfm files Summaries of font metric (.afm) files created by mkcfm.
SEE ALSO
The rasterizer for CID-keyed fonts in the directory xc/lib/font/Type1.
CID Fonts Version 1.0 Release 1.0 MKCFM(1)