Linux / UNIX Tech Support Forum
This is a discussion on How to copy fonts file in UNIX / Linux? within the Ubuntu / Debian forums, part of the Linux Distribution category; if i have folder of .ttf fonts e.g. folder name < folder A > and i want to copy all ...
|
|||||||
| Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
if i have folder of .ttf fonts e.g. folder name < folder A > and i want to copy all file in
<folder A> to /usr/share/fonts/trutype what is correct command to copy all file ? |
| Sponsored Links | ||
|
|
|
||||
|
Use cp command to copy a single file:
Code:
cp -v filename /usr/share/fonts/trutype Code:
cp -v foldera/* /usr/share/fonts/trutype Code:
cp -ar foldera/* /usr/share/fonts/trutype Code:
/bin/cp -arvf foldera/* /usr/share/fonts/trutype Code:
/bin/cp -arvf "Folder A/*" /usr/share/fonts/trutype
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| cp command , linux copy files , linux copy folders , unix copy files , unix copy folders |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| copy file with standard name by inserting file-date and time in name | meowing | File Servers | 5 | 20-07-2009 07:04 PM |
| Conditional FTP Linux / UNIX Shell Script To Download File | vishal_titre | Shell scripting | 1 | 03-02-2009 04:54 PM |
| Find Unix Linux File / Directory by date And Then Copy / Move File | asim.mcp | CentOS / RHEL / Fedora | 1 | 10-08-2008 03:30 AM |
| Linux Copy an audio cd / track to hard disk | Peterrodg | Getting started tutorials | 2 | 12-01-2008 10:50 PM |
| Linux use ghost or copy a partition to another drive | raj | Linux software | 2 | 17-07-2006 01:56 AM |