Search Results

Search: Posts Made By: imranrasheedamu
2,685
Posted By imranrasheedamu
Actually Sir, I like to count words all those...
Actually Sir, I like to count words all those files whose filename contains National, Page, International, Health & Entertainment etc.
2,685
Posted By imranrasheedamu
Dear Joeyg I have a list of thousands of...
Dear Joeyg

I have a list of thousands of text files like


3_March_2013_Front19.txt
10_May_2014_Page326.txt
5_October_2013_Sports36.txt
27_September_2010_Health314.txt...
2,685
Posted By imranrasheedamu
Count unique words
Dear all,

I would like to know how to list and count unique words in thousands number of text files.

Please help me out
thanks in advance
2,872
Posted By imranrasheedamu
Thank you so much RudiC Sir!! ----------...
Thank you so much RudiC Sir!!

---------- Post updated at 05:47 PM ---------- Previous update was at 05:34 PM ----------

RudiC Sir!! Could you please explain your command
2,872
Posted By imranrasheedamu
Compare two files when pattern matched
I have two files say FILE1 and FILE2.

FILE1 contains 80,000 filename in sorted order and another file FILE2 contains 6,000 filenames is also in sorted order.

I want to compare the filename for...
1,028
Posted By imranrasheedamu
Reading and copying a selected rows
Dear All,

I have a data file input.res like below. (Only six column shown here for example.)
Sequence of first column starting from 1 to 148.

Input file

1 Q0 9_August_2014_Entertainment2 0...
2,816
Posted By imranrasheedamu
it work's perfectly for single line heading but...
it work's perfectly for single line heading but it does not work for double line heading like


Airlines to pay massive compensation for canceling flights.
Denying boarding.


edit by bakunin:...
1,119
Posted By imranrasheedamu
Inserting Header at different position in a file
I would like to hear your directions on how to Insert theses tag </TITLE> and <TEXT> at a given position in 1000 of text files.

My Files look like as

samplefile1.txt
<DOC>...
2,816
Posted By imranrasheedamu
after executing the code in perl using perl...
after executing the code in perl using perl test.pl file*.txt, I get this error

readline() on closed filehandle $in at test.pl line 9.
Use of uninitialized value $head in concatenation (.) or...
2,816
Posted By imranrasheedamu
Thank you Sir! Your code is working! Is...
Thank you Sir!
Your code is working!
Is there any similar method to execute the same code for thousands of files??
2,816
Posted By imranrasheedamu
I have a collection of files like this ...
I have a collection of files like this

File1.txt
Colorado woman pries
open mountain lion's jaws to rescue son
Summoned by the sound of screams, a Colorado woman raced to her frontyard to find...
2,816
Posted By imranrasheedamu
Insert Text after one, two, three lines & so on..
I want to insert "Text" in each file as a place where I mentioned below "Insert Text Here". These files are something like news of newspaper. Generally, newspaper headlines contain one or two lines....
8,765
Posted By imranrasheedamu
RudiC! Very thankful for your answering..
RudiC! Very thankful for your answering..
8,765
Posted By imranrasheedamu
Split file into multiple files based on empty lines
I am using below code to split files based on blank lines but it does not work.
awk 'BEGIN{i=0}{RS="";}{x="F"++i;}{print > x;}'

Your help would be highly appreciated

find attachment of...
Showing results 1 to 14 of 14

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