On Tue, May 15, 2001 at 12:28:12PM +0200, Joerg Johannes wrote: > So enough of talking, here comes my idea of how to do it: Is there a > shell-script that can change the xxxxx'es in the downloaded file names > back to % (the script, I edit with emacs, this is no problem). > Unfortunately, I have no idea of shell scripting at all, so if someone > could tell me how to do it...
cat infile | sed 's/xxxxx/%/' > outfile