Posts by ddamaral • 71 points
2 posts
-
6
votes2
answers143
viewsQ: Copy all before the first blank line
I have a file with several text blocks, separated by blank line. Ex.: block1 block1 block2 block3 block3 I need a solution with sed, awk or perl that locates the first blank line and redirects the…
-
1
votes1
answer71
viewsQ: Criticizing empty field in PHP
Hello. I have a code in Php that at a certain time returns me an input value: <input type="text" style="color:chocolate" size="1" id="note1" name="note1" class="mynote" value="<?php print…