Search Results

Search: Posts Made By: thillai_selvan
7,470
Posted By thillai_selvan
I answered this for the actual poster. Not...
I answered this for the actual poster. Not indented to point to your script.
Perl is also an efficient script. Thats why I wanted to guide the questioner to get fame on my views
7,470
Posted By thillai_selvan
use strict; use warnings; open FH,"file";...
use strict;
use warnings;
open FH,"file"; #this is your input file
open RFH, "> output"; #this will be the output file which will have the lines from the input file longer than 32 characters
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy