Search Results

Search: Posts Made By: dodasajan
1,549
Posted By dodasajan
i just need to print very next value of searching...
i just need to print very next value of searching pattern, using any command or any method.
1,549
Posted By dodasajan
you understood what is my requirement?? it didnot...
you understood what is my requirement?? it didnot give any error but no required
output as well.
1,549
Posted By dodasajan
i tried with grep and awk but didnot get required...
i tried with grep and awk but didnot get required result.
1,549
Posted By dodasajan
Search content and print its next value
HI frinds

I have file have content like:

"MSISDN: 4247242"

But it may be in different field/column in every line. i want command to search content MSISDN and print its next numeric value...
1,464
Posted By dodasajan
Telnet using port and execute cmd
Hi,

my query is:
I am Login on server with IP xxx.xxx.xxx.xxx.. and i want a script where

i want to telnet to server with IP yyy.yyy.yyy.yyy using specific port and then execute a cmd there...
1,759
Posted By dodasajan
find + move if destination path does not exist
hi frnds,

please help ... what will happen with below command if destination path does not exist on the system....
find /var/adm/cft* -mtime +1 -exec mv {} /global/ \ in unix


its remove...
6,778
Posted By dodasajan
try with this: rcp /tmp/script.sh...
try with this:

rcp /tmp/script.sh user@hostname:/tmp
rsh hostname -l user sh /tmp/script.sh
1,520
Posted By dodasajan
its not working ... i want on every repeation of...
its not working ... i want on every repeation of dotted line it create a new file and redirect that paragraph into dat file
1,520
Posted By dodasajan
input data mentioed above: output shud be: ...
input data mentioed above:

output shud be:
) -- shud be in file1
-------------------------
M-GET CONFIRMATION ( shud be in file 2
-------------------------
M-GET...
1,520
Posted By dodasajan
Divide data into separate files
frnds:

i want to divide data on the behalf of dotted line and redirectd into new files

)
-------------------------
M-GET CONFIRMATION ( ...
4,504
Posted By dodasajan
use this awk -F"," '$2~/off/{print $1,$2}'...
use this
awk -F"," '$2~/off/{print $1,$2}' filename
1,932
Posted By dodasajan
you can use dis simply awk -F"," '{print...
you can use dis simply
awk -F"," '{print $1,$2,$3}'
3,132
Posted By dodasajan
hi 1st u need to defined wat type of error...
hi

1st u need to defined wat type of error u want to mail or wchich error u dont want ..

use grep to grep these errors
then use above command to send that errors on mail
3,334
Posted By dodasajan
if the process is schedules on root then ucan...
if the process is schedules on root then ucan simplewrite

00 22 * * * /opt/setup_dir/bin/run_bkp -p > /root/cronlog

you can read /var/mail/root file to identify error
13,899
Posted By dodasajan
for grep a particular file u can use: ls...
for grep a particular file u can use:

ls |grep "file90"
3,840
Posted By dodasajan
just try with: echo $dest_path
just try with:

echo $dest_path
4,462
Posted By dodasajan
hi bartus, wil u please explain the concept of...
hi bartus,
wil u please explain the concept of NR==FNR
978
Posted By dodasajan
quired output in form of
hi frnds,

i have a file:

where 1st field is:
eventType,eventTime,loggingTime, probableCause,lsname,slCode

and is 2nd field hav its values and everytime its starting with...
1,161
Posted By dodasajan
thanlks frnds its working ... 1 thing more ...
thanlks frnds
its working ...
1 thing more
1 want to cut jst 1st and last filed from a file ...i dont knw how many filrs are there ?how it is possble?
1,161
Posted By dodasajan
file separated into paragraphs or pages
hi,

i have file,

file is separated into parahgraphs by these line(----------).
i want to find out logId = string : "AIALARM", in each parahgraph or page
if found then i want to cut next...
1,660
Posted By dodasajan
its sun solaris 5.9 ---------- Post updated...
its sun solaris 5.9

---------- Post updated at 09:35 PM ---------- Previous update was at 09:35 PM ----------

i need it urgently ... plz help
1,660
Posted By dodasajan
it gave me output: ,55zzz 7 ,75yyy 4 ...
it gave me output:

,55zzz 7
,75yyy 4
,1xxxx 1


please suggest:

Use code tags - check your PMs. Also stop sending me PMs to get a solution. If you continue to act this way, you will be...
1,660
Posted By dodasajan
dynamic values in a row
hi
i have an input file in which there are diffrent values for xxxx,yyyyyy,zzzzzzz how can i arrange the dynamic values of x,y&z in a row.

input file:

xxxxx 1
yyyyyy 4
yyyyyy 5
zzzzzzzz 7...
3,874
Posted By dodasajan
thank dear.... but it gave me error awk:...
thank dear....
but it gave me error

awk: syntax error near line 1
awk: bailing out near line 1
3,874
Posted By dodasajan
vlookup files
hi frnds

i have 2 files. 1st is dddd and 2nd is ssss

==> dddd <==:

1,charit
2,gilhotra


==> ssss <==:

1,sajan
2,doda
3,hello


and i want o/p ...mean join and vlookup both...
Showing results 1 to 25 of 48

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