[MPlayer-users] dvdkey option
Gábor Lénárt
lgb at lgb.hu
Wed Feb 13 13:53:02 CET 2002
On Wed, Feb 13, 2002 at 01:06:26PM +0100, Samuel Maftoul wrote:
> > interpret parameter as regexp or something similar. The program will be
> > called without any quotes in params.
> Ok , got it , I have a pretty good knowloedge in shell so I knew that
> "\n" is a \n and not a CR in shell, but I didn't knew how C parses shell
> arguments .
No-no. I meant:
if you issue the following command: ls *txt
(and you have 1.txt and 2.txt in the current directory)
shell will call program ls with: ls 1.txt 2.txt
(btw, it will remain ls *txt, if no files match *txt)
while, if you isse: ls "*txt"
shell will call progtam ls with: ls *txt
- Gábor
More information about the MPlayer-users
mailing list