Search Results

Search: Posts Made By: winter9
2,158
Posted By winter9
I try to run it with this code ...
I try to run it with this code

#!/usr/bin/perl
print("Please Enter File Name:");
$filename = <STDIN>;
open(READFILE, "<$filename") or die "Could not open \"$filename\":$!";
chomp($filename);
...
2,158
Posted By winter9
counting words with perl?
how to use perl to count number of lines, words characters in a file.
8,279
Posted By winter9
Woot Thanks!
Woot Thanks!
8,279
Posted By winter9
The single input file: >cat module1 ...
The single input file:
>cat module1
200611051053 95
200523457498 35
200617890187 57
200726098123 66
200645676712 ...
8,279
Posted By winter9
Thanks for the replied, Can you explain a...
Thanks for the replied,

Can you explain a little bit more, I'm new for awk.

Many Thanks!

---------- Post updated at 12:45 PM ---------- Previous update was at 12:41 PM ----------

How...
8,279
Posted By winter9
Awk: How to merge duplicate lines and print in a single
The input file:
>cat module1
200611051053 95
200523457498 35
200617890187 57
200726098123 66
200645676712 ...
Showing results 1 to 6 of 6

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