It doesn't work. Here what I did: #!/bin/bash
date=`/bin/date +%F` fileschanged -rap /home/billing | sed *"*s/$/\$date/*"* & It still show A /home/billing/true$date instead of A /home/billing/true2008-02-11 Anymore ideas? On Tue, Feb 10, 2009 at 7:15 PM, Daniel Eggleston <[email protected]> wrote: > use double quotes instead of single in your sed command. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
