Search Results

Search: Posts Made By: vinsara
5,430
Posted By vinsara
How to remove an array
Hi All,

How to remove the created array in Korn Shell?

For example:
----------------
Set -A fruits apple orange grapes

Through this statement an array will be created with name fruits.
I...
2,292
Posted By vinsara
Hi all.. I didn't get any reply for this...
Hi all..

I didn't get any reply for this post..
Please anyone help me on this..

Thanks in advance
2,292
Posted By vinsara
Hi, #USAGE="usage : UserId.ksh" #this...
Hi,

#USAGE="usage : UserId.ksh"
#this script will check unix box for a particular user id
`ps -ef>a.txt`
`finger>b.txt`
`cut -f 1 -d " " a.txt>a1.txt`
`cut -f 1 -d " " b.txt>b1.txt`
`cat...
2,292
Posted By vinsara
Hi DukeNuke2, ...
Hi DukeNuke2,

***********************************************************
USAGE="usage UserId.ksh"
#this script will check unix box for a particular user id
a=`finger|grep -i "ahusain"`
echo...
2,292
Posted By vinsara
Korn Shell script needed
Hi all,

I need a Korn Shell script that will go out to all Unix Servers and pull all non humans IDs from them while at the same time produce a file to show which servers we have access to and...
9,383
Posted By vinsara
Hi, No I am not sharing any system. I am...
Hi,
No I am not sharing any system.
I am working directly in Linux environment and I am not sharing any files from windows platform.
How can I go forward?
9,383
Posted By vinsara
Hi drl, I am working in Linux.
Hi drl,

I am working in Linux.
9,383
Posted By vinsara
Hi drl, I have tried both your perl and ksh...
Hi drl,

I have tried both your perl and ksh script but it was not giving me the expected output. When I am running your both perl and ksh script the content of the file is splited as fields but it...
9,383
Posted By vinsara
Dear runmeat6, Sorry to differentiate i have...
Dear runmeat6,

Sorry to differentiate i have given like this.
Actually : is not in my file.
The following values are exact values

1st field is "Aegean Coast [Blks 1-3, 5-8 & CP]"
2nd...
9,383
Posted By vinsara
Hi vidyadhar85, 1st field is : "Aegean...
Hi vidyadhar85,

1st field is : "Aegean Coast [Blks 1-3, 5-8 & CP]"
2nd field is : So Kwun Wat
3rd filed is : Sun Hung Kai Properites Ins Ltd
9,383
Posted By vinsara
Hi, I tried that but it is giving me output...
Hi,

I tried that but it is giving me output in the same line only.
i.e., all the three fields are printed in the same line.
I want to split each field to new line.
How can i do that?

Thanks...
9,383
Posted By vinsara
Hi All, I tried whatever the solutions given...
Hi All,

I tried whatever the solutions given previously, it doesn't give me the proper output.

Input file: ( For eg. I am give 5 rows but my file contains 700 rows)
-----------
Aberdeen...
9,383
Posted By vinsara
Hi All, Please somebody help me on this.. ...
Hi All,

Please somebody help me on this..
I believe, I have given the sufficient details.
If anybody wants more details please let me know.

Thanks in advance.
9,383
Posted By vinsara
Hi.. The first column ends after this symbol...
Hi..

The first column ends after this symbol ].
then the remaining words of each line is 2nd and 3rd columns respectively.

Eg.
Aberdeen Centre [Blks A-U & CP] is the first column value....
9,383
Posted By vinsara
How to separate file content
Hi All,

I have a file like below which is having 3 fields namely companycode, companylocation & companyaddress and i want to separate all the fields individually.

How can i do?

File...
Showing results 1 to 15 of 15

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