GuillermoVasquez
Programmer
Thanks in advance for your help.<br>
<br>
1. How can I delete a line from a file (given a pattern) ?<br>
<br>
2. How can I capture the environment's date, and pass it to two variables <br>
(date yyyy-mm-ddd and time hh:mm:ss) ?<br>
<br>
3. How could I use a parameter to replace a pattern ?<br>
e.g.: /30003/ {print $1} (use a variable which contains the value 30003)<br>
<br>
<br>
1. How can I delete a line from a file (given a pattern) ?<br>
<br>
2. How can I capture the environment's date, and pass it to two variables <br>
(date yyyy-mm-ddd and time hh:mm:ss) ?<br>
<br>
3. How could I use a parameter to replace a pattern ?<br>
e.g.: /30003/ {print $1} (use a variable which contains the value 30003)<br>
<br>