Search Results

Search: Posts Made By: pranabrana
2,183
Posted By pranabrana
Help with gawk command
Hi,

I have a situation. in a particular file , from the 9th column i have to match a particular pattern . i want a second file which is made by excluding them.

I wrote a code like this.

gawk...
2,036
Posted By pranabrana
[Solved] creating a multiple zip files
Hi,

Please help me,

i need a single line command for te below steps

1: listing a directory
2: searching a particular pattern in the names and creating the zip files of each

eg :
ls...
3,272
Posted By pranabrana
Hey it Works !!!!:b: Thak you very very very...
Hey it Works !!!!:b: Thak you very very very much


Pranba Rana:D:o:)

---------- Post updated at 07:35 PM ---------- Previous update was at 07:33 PM ----------




Thanks it works.
...
3,272
Posted By pranabrana
its like 1 ab gbh bnh bnhg hjh ghyh uio OTF...
its like

1 ab gbh bnh bnhg hjh ghyh uio OTF gjgk jhkj
2 cv hjkj nlkl nknkn knk kkp kpkp SPI jhlk jl;kj


Please serch in the 9 th column OTF or SPI if persent then redirect the complete row to...
3,272
Posted By pranabrana
its like 1 ab gbh bnh bnhg hjh ghyh uio OTF...
its like

1 ab gbh bnh bnhg hjh ghyh uio OTF gjgk jhkj
2 cv hjkj nlkl nknkn knk kkp kpkp SPI jhlk jl;kj


Please serch in the 9 th column OTF or SPI if persent then redirect the complete row to...
3,272
Posted By pranabrana
i am havinga file. In that file in 9th column i...
i am havinga file. In that file in 9th column i have to serch for patterns



OTC-SPI
OTC-SSP and so on

I and redirect the complete line to a new file


this is my desire
3,272
Posted By pranabrana
After changing it to OSF TO OFS STILL NOT...
After changing it to OSF TO OFS STILL NOT GETTING THE RESULT



THANKS

---------- Post updated at 04:37 PM ---------- Previous update was at 04:36 PM ----------

not getting the result
3,272
Posted By pranabrana
awk pattern search and put in a file
hi

I am doing a task that is i have to search for multiple pattern from a file's 9 th column and then redirect it to a new file



awk -F, 'BEGIN {OSF=","} { if ($9 == "OTF") print $0}'...
1,394
Posted By pranabrana
I know the server address . but i dont know how...
I know the server address . but i dont know how to extrct that file from tha location to my computer in windows. do i need to map that drive ?
1,394
Posted By pranabrana
Need a file from unix directories
Hi

I am in a trouble. There is a xml file in some directories in the unix server. i want to edit that in windows mode . please tell me.

suppose that file is at:

/home/hj/kli/nhj/bin.123.xml...
15,833
Posted By pranabrana
recovering cron job
I deleted one of the job from the cron tab. I want to get it back. How can i do this.

pplease suggest me..

thanks
1,848
Posted By pranabrana
i dont need the file names . I want to search for...
i dont need the file names . I want to search for the text in those files
10,174
Posted By pranabrana
You can try find . -exec grep "your_word"...
You can try


find . -exec grep "your_word" '{}' \ ; -print

thanks
Pranab
1,848
Posted By pranabrana
searching for a pattern
can anybode tell me ? I want to search for a pattern present in a whole directory and subdirectories's files containg " crat"


I tried

grep -r "crat" */* ;

is it right ?
2,914
Posted By pranabrana
Thanks !!! any simpler way ?
Thanks !!! any simpler way ?
2,914
Posted By pranabrana
counting the occurence of a word
In a file I have to count a particular word. like i need apache how many times.

I tried this

$ tr "\011" "\012\012"<foo1 | tr -cd "[a-zA-z\012]" |sort\uniq -c


but I got result like...
2,276
Posted By pranabrana
Incoming mail Alert !!
Hi,

If I am getting any new mail in my mail box I need an alet message . Please help me to get the script ..
4,412
Posted By pranabrana
what is x.x.x.x. ?
what is x.x.x.x. ?
4,412
Posted By pranabrana
no edit thread link is there
no edit thread link is there
4,412
Posted By pranabrana
Sorry I will Take care ... Tell me how I can...
Sorry I will Take care ...
Tell me how I can Modify The title in this post ? Please help me I am new to this

---------- Post updated at 01:21 AM ---------- Previous update was at 12:57 AM...
2,237
Posted By pranabrana
that is [code] :1,$s/work: complete/work:...
that is
[code]
:1,$s/work: complete/work: failed/g
2,319
Posted By pranabrana
Ok.. If question is for all the what to do ??
Ok..
If question is for all the what to do ??
2,319
Posted By pranabrana
Calculating server space
I am Connected With 4 servers

I want to check the free space available in each server HOW to do this ?
Edit/Delete Message
4,412
Posted By pranabrana
Calculating server space
I am Connected With 4 servers

I want to check the free space available in each server HOW to do this ?
3,544
Posted By pranabrana
ok Thanks !!!!!!!!!
ok Thanks !!!!!!!!!
Showing results 1 to 25 of 29

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