|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
Tar Question
Hi there people, I was wondering if anyone could please help me....
Just a simple question, how do I go about creating a tar file, but only adding .php & .plib files? Do not need anything else just anything that matches those extensions. Any help would be great, cheers |
|
#2
|
|||
|
|||
|
OS ?
on *nix tar cf mytarfile *.php *plib first exec an: ls *.php *plib ¦ wc -l to know how many files you are taring if < MAXARGS (dont remember the name && value) you are happy else you need a little more |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Tar Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|