Search Results

Search: Posts Made By: senthil_is
15,292
Posted By senthil_is
Hi Zaxxon and puldi Thanks a lot...I am getting...
Hi Zaxxon and puldi
Thanks a lot...I am getting exactly same result.
15,292
Posted By senthil_is
print lines between line number
Hi,

Anyone help me to print the lines from the flat file between 879th line number and 1424th line number.

The 879 and 1424 should be passed as input to the shell script(It should be dynamic)....
1,641
Posted By senthil_is
Hi Robin, You are exactly correct. My...
Hi Robin,

You are exactly correct. My terminal baud rate is 300. i executed stty command and found it.

speed 300 baud; -parity
eol2 = <undef>; dsusp = ^Z; lnext = <undef>
brkint -inpck icrnl...
1,641
Posted By senthil_is
vi page setup
Hi All,

I am facing some strange problem. can anyone help to resolve this.

When i open any programs, scripts or any files in VI editor, only first 8 lines are displaying in the bottom of the...
24,760
Posted By senthil_is
/home/sources>echo $TERM vt100
/home/sources>echo $TERM
vt100
24,760
Posted By senthil_is
Hi Scottn, I tested with cat and pg. i am...
Hi Scottn,
I tested with cat and pg. i am getting in full screen i.e. 44 rows are displaying in the entire screen.
I tested with tail -f <pgm name>, last 10 lines are displaying and
i tested with...
24,760
Posted By senthil_is
Hi Scottn, Thanks for your reply. For the...
Hi Scottn,

Thanks for your reply. For the 2nd problem, this is the output of the stty -a

/rflxbn1/home>stty -a
speed 300 baud; 44 rows; 125 columns
eucw 1:1:0:0, scrw 1:1:0:0:
intr = ^C;...
24,760
Posted By senthil_is
.kshrc is not executing
Hi,

I am facing two problems in my environment. Anyone can help on this?

Thanks in advance.

Problem 1
---------
When i login into my new unix system, only the .profile is executing....
1,671
Posted By senthil_is
Replacing Character in a file based on element
Hi,

I have file like below.

Unix:/pclls/turc>cat tibc.property
executeReceiver=Y
executeSender=Y

I want to replace executeSender=N in the file. My file should be like below....
13,225
Posted By senthil_is
if the condition not met, it should throw the...
if the condition not met, it should throw the error mesg with line number in seperate file.
13,225
Posted By senthil_is
Length of each line.
Hi All,

I have 5 different type of lines in my file TEST1.txt

I need to perform the following conditions in the file

If first 4 characters of the line is 1010, then length of the line...
9,378
Posted By senthil_is
One more help.
Ripat,

Thanks a lot for your help.

I need one more help.
I want to find out the files having 777 permission and i need to change it to 755. ( Including sub directories ).

Can you/anybody...
9,378
Posted By senthil_is
Change owner.
i want to find what are the files having owner as 'palani' my entire filesystem ( sub directories )
and needs to change the owner ( chown ) to 'raju'.

Can anyone help on this to write a shell...
6,929
Posted By senthil_is
Listing subdirectories and files
hi,
i want to display all subdirectory files with directory name.

I am using ls -Rl this will gives only filenames with long listing.

But i want the filename padded with directory name.
...
7,637
Posted By senthil_is
Moving files not directory.
Hi,

I want to move only files not subdirectories.
I issued the below command, but subdirectories are also gets moved.

mv /ucrrpd/input/upload/ /ucsspd/common/history/

In the above case,...
Forum: Programming 05-08-2008
7,407
Posted By senthil_is
Finding Symbol in the Library.
Whats the unix command to identify the symbols in the shared library.

I want to find the symbol "nnftboot" is in the library libnnz10.so.

Can any one help on this.
Forum: HP-UX 05-08-2008
5,821
Posted By senthil_is
Finding SYmbols in LIB
Whats the unix command to identify the symbols in the shared library.

I want to find the symbol "nnftboot" is in the library libnnz10.so.

Can any one help on this.
13,064
Posted By senthil_is
Alternate way for echo.
Hi,
Is there any other command echo does.

if [ `echo $line|grep "^$companyHdrRecord"| wc -l` -ne 0 ]

I am doing this operation for each line in my file. So its taking very long time to...
17,075
Posted By senthil_is
:) Thanks summer. The output is coming with...
:) Thanks summer.

The output is coming with one blank line in the header.

# Here blank line is coming.
122122
222222
333333734834702923
389898790909712345
999999

How to...
2,353
Posted By senthil_is
Thank you very much summer_cherry. Thanks for...
Thank you very much summer_cherry. Thanks for another awk reply also.

My requirement is :

i have file which has the following format

header
BatchHeader-1
Details1
700000023
...
17,075
Posted By senthil_is
Merging lines using AWK
Hi,

Anybody help on this. :(

I want to merge the line with previous line, if the line starts with 7.
Otherwise No change in the line.

Example file aa.txt is like below

122122
222222...
2,353
Posted By senthil_is
The example of the file format is i am using #...
The example of the file format is i am using # for comment

101 10000217311 # Header always starts with 1
5200Paydonee 11 # Batch always Header Stats with 5
622100002173011 ...
2,353
Posted By senthil_is
Merging lines - Tuning the script
Hi, Anybody can tune the below script? Its taking 1hour to process 7000 lines.

addendaRecInd=7
entryDetailRecord=6
hdrDetailRecord=1
companyHdrRecord=5
companyCtrlRecord=8
trlRecord=9...
2,119
Posted By senthil_is
comparision of string in various files
i want to take position 19-24(only first line) from all files and need to compare any duplication is there or not.
If duplication, then i have to print the file names.


I have written to take...
4,614
Posted By senthil_is
searching string in unix bin ( executable)
Hi,

I want to search a string in unix binary execuateble.

I know one command available : strings
Can anyone tell me the other commands available to search in unix bin.
Showing results 1 to 25 of 39

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