Search Results

Search: Posts Made By: arunsubbhian
1,639
Posted By arunsubbhian
sorry if im wrong
ps -aux | grep Henry:rolleyes:
27,713
Posted By arunsubbhian
searching and displaying most commonly used words
Hi guys,

i need to search the most commonly occuring words in a file and display their counts of about 30000 words and the words shud not be of typ specified in file 2 e. words like...
1,752
Posted By arunsubbhian
No my friend asked me
i gave one result. but i need to be optimised..

echo `sed -e "s/[[:alnum:]]/& \t/g" banner | tr ' ' '\n' ` 1> banner

for i in `cat banner`
do
banner $i | sed 's/#/'$i'/g'
done

...
1,752
Posted By arunsubbhian
k
But if given a name UNIX

i shud display it as

U U N N
U U N N N
U U N NN
U U N N etc..... hw to do this
1,752
Posted By arunsubbhian
breaking a word into chars
to break a word into characters..

Eg UNIX to U N I X
5,917
Posted By arunsubbhian
to display the word containing all of aeiou in a file.
i have a file containing words like

Animal
education
asegdfiwqoqwewqeu
etc...

i need to display the words
education
asegdfiwqoqwewqeu alone...

ie a word containing all the vowels in...
2,266
Posted By arunsubbhian
Yup it worked...
But i tried it using sed command as...

count=` sed -s "s/ /\n/g" $1 |grep -i $i | wc -w`

cud u xplain diff bw these. n say which is optimised n hw :)
2,266
Posted By arunsubbhian
Hi Ther
but it is not workin if ther r two arun in same line or any work that has multiple occurance in the same word
13,251
Posted By arunsubbhian
does it means dot or . files
try this

find /home | egrep -i "\."

it lists all the . files.. :)
2,266
Posted By arunsubbhian
word by word search between two files
hi,
cud u help me to find this.

i hav 2 files.
file1 has data as "ARUN
ARUN is from Australia
Arun likes America etc..
...
1,478
Posted By arunsubbhian
searchin optimized
hi friens, :)

if ther are files named .c++,.C++,.cpp,.Cpp,.CPp,.cPP,.CpP,.cpP,.c,.C wat is the pattern for finding them

:confused:
3,598
Posted By arunsubbhian
i tried it
hi vino,
it displays even *.css, class files etc.,,

i also tried using

find /home/ -iname *.c[p+][p+] -o -iname *.c

it gave the result. but needed to be more optimised...
1,915
Posted By arunsubbhian
to search files using find
hi friens, :)

if ther are files named .c++,.C++,.cpp,.Cpp,.CPp,.cPP,.CpP,.cpP,.c,.C wat is the pattern for finding them

:confused:
3,598
Posted By arunsubbhian
how to search files efficiently using patterns
hi friens, :)

if i need to find files with extension .c++,.C++,.cpp,.Cpp,.CPp,.cPP,.CpP,.cpP,.c,.C
wat is the pattern for finding them

:confused:
Showing results 1 to 14 of 14

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