[MPlayer-users] Re: MPlayer and backslashes in .asx files ?

Hans Meine hans_meine at gmx.net
Mon May 26 15:16:26 CEST 2003


On Sunday 25 May 2003 01:50, malc wrote:
> grep -i "asx$"    # $ is the regexp pattern for end of line
..but it is also a special char in /bin/sh, that's why it should be escaped or 
put between '' instead of "":

grep -qi 'asx$'    also supresses output, so &>/dev/null is not necessary 
anymore.

The worst part of the script as-is seems to be that it only copes with 
subdirectories named "Files".

-- 
Ciao, /  /
     /--/
    /  / ANS



More information about the MPlayer-users mailing list