StarWeaver
11-25-2000, 07:17 AM
This is one of those little things about linux... you can't find out something until you already know it. Is there a standard CLI search and replace tool where i could do something like:
cat mp3list.m3u | replace "\" "/" | replace "e:" "/drv/seiryuu" > mp3list.linux
? ... It really seams like it should exist ... it seems like it should be a part of grep but it's not. (already used that to filter all lines with # :)
Thanks
-RASX
cat mp3list.m3u | replace "\" "/" | replace "e:" "/drv/seiryuu" > mp3list.linux
? ... It really seams like it should exist ... it seems like it should be a part of grep but it's not. (already used that to filter all lines with # :)
Thanks
-RASX