May 10, 2006 #1 ranjank IS-IT--Management May 9, 2003 176 IN Hi, I want to use a varaible in sed.I'm trying it without any success. For E.G sed '/ranjan/,/foo $abc/p' Regards, Ranjan Khot.
Hi, I want to use a varaible in sed.I'm trying it without any success. For E.G sed '/ranjan/,/foo $abc/p' Regards, Ranjan Khot.
May 10, 2006 1 #2 feherke Programmer Aug 5, 2002 9,541 RO Hi Use double quotes ( " ) around the commands : Code: sed [red]"[/red]/ranjan/,/foo $abc/p[red]"[/red] Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi Use double quotes ( " ) around the commands : Code: sed [red]"[/red]/ranjan/,/foo $abc/p[red]"[/red] Feherke. http://rootshell.be/~feherke/