in reply to System Call for various serials in a for loop
and so on. The rogue line is this one (clearly):Now Processing #1 .log: No such file or directory Now Processing #2 .log: No such file or directory Now Processing #3 .log: No such file or directory
This line used to work when i used exec, but with system it doesn't. Any hints on how to solve this problem?system("echo grep $serial logs* > $serial.log")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: System Call for various serials in a for loop
by RMGir (Prior) on Jun 28, 2007 at 13:17 UTC | |
by Elbarto (Initiate) on Jun 28, 2007 at 13:45 UTC | |
by lima1 (Curate) on Jun 28, 2007 at 15:27 UTC |