On 2/2/14, 9:51 AM, Raghavendra wrote:
My issue is the &f instead of %f at the end. However here's the intent: if the first command is true (cp %p /data/wal_tmp/%f) then I want the second command to execute (mv /data/wal_tmp/%f /data/wal/%f) since both directories are in the same file system the mv is immediate so any process watching for files to show up in /data/wal will never see a partial file |