Search Results

Search: Posts Made By: thelakbe
1,265
Posted By thelakbe
i'm having the following script #!/bin/sh ...
i'm having the following script

#!/bin/sh
clear
tput cup 1 2 ;echo "HI PROD!!"
tput cup 5 2 ;echo $PLEASE ENTER THE STRING INSIDE QUOTES TO SEARCH
read j
tput cup 9 2 ;echo $PLEASE ENTER...
1,265
Posted By thelakbe
thanks for the help
thanks for the help
1,265
Posted By thelakbe
Hi i'm using the belwo script to search my...
Hi
i'm using the belwo script to search my string it's working but its taking
much time to reach the goal any suggestion to cut it off
echo 'HI PROD'
#echo $Please ENTER THE INPUT 1 for old...
1,265
Posted By thelakbe
Copying files after result
Hi,

I have a shell script

#!/bin/sh
date
echo 'HI PROD'
echo $Please ENTER THE INPUT 1 for old files 2 for new file
read i
if [ "$i" -eq 1 ];
then
cd /apps/acetp3_logs/prod3/O*
...
1,896
Posted By thelakbe
thanks alot it's working
thanks alot it's working
1,896
Posted By thelakbe
grep a string with include next 100 line
Hi,

I have a log file which has number of lines from that i have to grep a string like this
03:22:19,287
while greping this string i have to grep next lines to the maximum of finding the word...
2,132
Posted By thelakbe
thaks it's working
thaks it's working
2,132
Posted By thelakbe
hi, ...
hi,

PCLI_INXSTATUS_DEFF_I2705541_110927014513: gzip compressed

yeah it's compressed
how to uncompress it
2,132
Posted By thelakbe
[Solved] to view a zipped file
Hi,
I'm having a file which doesn't have any extension like .gz or .tar

But i belive it's a zipped file because it's a archive path,

i tried to view the file through zcat but it's not working...
3,025
Posted By thelakbe
Hi, Sorry it's not working It...
Hi,

Sorry it's not working

It displaying with ksh: syntax error: `(' unexpected error

if i used with out braces it displays with
ksh: sort: cannot open


Regards
Thelak
3,025
Posted By thelakbe
finding difference between two files
Hi,

I have two files
one with 12486 lines
second one with 13116
As per the comparsion between two files the count have 630 difference

I used diff command to find the difference between two...
1,090
Posted By thelakbe
@Ranga sorry,i asked it in a single shot .
@Ranga
sorry,i asked it in a single shot .
1,090
Posted By thelakbe
paste a keyword
Hello,

I have a file with a keyword ccas i want to copy the keyword once in VI and have to paste it in the same file for multiple time,let's say 700 times,i dont know hoe to do it.

Kindly help...
1,019
Posted By thelakbe
thanks it's working
thanks it's working
1,019
Posted By thelakbe
uniq commmand
Hi

I'm having a file (extract.txt) which contains lots of repeated values i want to extract it only with unique values,while am using the the uniq command
It result's with 1510 lines this too...
11,580
Posted By thelakbe
command to connect the shared folder
Hello,

I am using unix through cygwin application in my office machine and here i encounter a problem which i want copy certain big files from a shared folder

shared...
4,454
Posted By thelakbe
sql plus
Hi,
I'm trying to connect to the sql plus from my unix server(putty)

I got this error message

ksh: sqlplus: not found

Then i tried to modify my .profile with the below syntax (as took...
2,411
Posted By thelakbe
we are using putty to connect the server,no i...
we are using putty to connect the server,no i don't want to send mail from the server

The log files will generate every minute in our server ,it contains lots of contents
like...
2,411
Posted By thelakbe
Hi, I dont have enough permission to create...
Hi,

I dont have enough permission to create a new files in the server

Actually my question

i have to copy multiple pages of long file inside the vi editor in single shot!

----------...
2,411
Posted By thelakbe
copying the files in vi editor
Hi,

For a particular file i used Vi editor to view the content and i have to copy the same ,

But in the files if have 1000 lines and i have to copy the file contents from 700th to 900th lines ...
755
Posted By thelakbe
Hi, Thats great But in the case if i have...
Hi,
Thats great

But in the case if i have files like below
-rw-r----- 1 l828117 ACETPR 15043140 Jul 26 13:40 log.20110620_17
-rw-r----- 1 l828117 ACETPR 1529288 Jul 26 13:47 log.20110620_22...
755
Posted By thelakbe
deletions of files
Hello,

In our server we have lots of files which like below

-rw-r----- 1 l828117 ACETPR 15043140 Jul 26 13:40 log.20110620_17
-rw-r----- 1 l828117 ACETPR 1529288 Jul 26 13:47...
1,871
Posted By thelakbe
fabolus Thanks alot regards Thelak
fabolus

Thanks alot

regards
Thelak
1,871
Posted By thelakbe
yes tmp is original file which containing the...
yes tmp is original file which containing the data and spaces
'ACAA0A00003277AF'


'ACAA0A00003277L1'


'ACAA0A00003277AX'


'ACAA0A00003277B3'


'ACAA0A00003277L0'

...
1,871
Posted By thelakbe
Its not working,still it shows the file with...
Its not working,still it shows the file with space only
regards
Thelak
Showing results 1 to 25 of 81

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