This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problems quotes ...]





Hi

i want to excute from Dos Winnt command this :

D:\Gnu\cygnus\bin\tar cvf /Disque_D/Test_Sav_Data/liste.tar
`D:\Gnu\cygnus\bin\find  /Disque_D/Data/* -type f -print`


i think the inverse quote is not interpreted by Msdos command .

So :
in a window Nt Dos Command :


D:>Gnu>D:\Gnu\cygnus\bin\tar cvf /Disque_D/Test_Sav_Data/liste.tar
`D:\Gnu\cygnus\bin\find  /Disque_D/Data/* -type f -print`

D:>Gnu>D:\Gnu\cygnus\bin\tar cvf /Disque_D/Test_Sav_Data/liste.tar
`D:\Gnu\cygnus\bin\find/Disque_D/Data/* -type -f -print`
/usr/bin/tar : You may not spcecify more than one '-Acdtrux' option
try -help ...


ps : my mount point is Ok , and
when i split this command in 2 command , one tar and one find , its Ok
....

ex : D:\Gnu\cygnus\bin\tar cvf /Disque_D/Test_Sav_Data/liste.tar
/Disque_D/Data/*
it's ok .

Can you help me Please ?

Philippe Izoret .





--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]