|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have a pre-defined file pattern called *.cdv. After I connected to
the FTP server, how can I write command to find all the files match *.cdv in the current folder level and save these files path into a new file which will be stored on my local machine. thanks in advance!!! |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
tao_benz@hotmail.com wrote:
> > I have a pre-defined file pattern called *.cdv. After I connected to > the FTP server, how can I write command to find all the files match > *.cdv in the current folder level and save these files path into a new > file which will be stored on my local machine. thanks in advance!!! You mean you want to get a couple remote files with the same extension? Use the ftp command 'mget *.cdv'. Janis |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
I mean I get all the *.cdv list, but I don't know how to stream out the
list into a file? thanks. Janis wrote: > tao_benz@hotmail.com wrote: > > > > I have a pre-defined file pattern called *.cdv. After I connected to > > the FTP server, how can I write command to find all the files match > > *.cdv in the current folder level and save these files path into a new > > file which will be stored on my local machine. thanks in advance!!! > > You mean you want to get a couple remote files with the same > extension? Use the ftp command 'mget *.cdv'. > > Janis |
|
![]() |
| Outils de la discussion | |
|
|