Search Results

Search: Posts Made By: ramesh12621
10,628
Posted By ramesh12621
Thanks Vbe. It Worked :) My OS $uname...
Thanks Vbe. It Worked :)

My OS

$uname -a
SunOS mku01872 5.10 Generic_127111-11 sun4u sparc SUNW,Sun-Blade-2500

Just to clear me Doubt,But why wasnt it working directly from the .profile...
10,628
Posted By ramesh12621
Hi Vbe, Thanks for the reply,But still no...
Hi Vbe,

Thanks for the reply,But still no luck.


$cat .profile
# Workstation users: Make changes to your .profile file in your home dir.
. /.profile
EDITOR=vi
export EDITOR
PS1=$...
10,628
Posted By ramesh12621
Hi Thomas/hfreyer, Thanks for your...
Hi Thomas/hfreyer,

Thanks for your response.

The file .profile in my home directory is getting sourced properly .

As I login I think the /.profile of root gets sourced gets sourced first ...
10,628
Posted By ramesh12621
Problem with setting vi as my default editor in ksh
Hi ,

Below is the content of my .profile


$cat .profile
# Workstation users: Make changes to your .profile file in your home dir.
. /.profile
set -o vi
PS1=$



But anytime I...
1,935
Posted By ramesh12621
Hi Thanks for you Reply balajesuri and...
Hi
Thanks for you Reply balajesuri and fpmurphy.

But Both are not working .
I am getting error. I am usinh ksh in solaris.

for balajesuri version


For fpmurphy Version,
1,935
Posted By ramesh12621
Max of Date DD-MM-YYYY 17:30
Hi,

I have two sets of dates as below. Need to find the maximum of them.

14-Feb-2006 17:30,02-Feb-2006 14:46
14-Feb-2006 17:30,02-Feb-2006 14:46
14-Feb-2006 17:30,02-Feb-2006 14:46...
3,389
Posted By ramesh12621
$uname -a SunOS cc0053 5.10 Generic_127111-11...
$uname -a
SunOS cc0053 5.10 Generic_127111-11 sun4u sparc SUNW,Sun-Blade-2500


and my shell is Ksh
3,389
Posted By ramesh12621
I got error $grep 'ImanItemP' `ls -tr...
I got error


$grep 'ImanItemP' `ls -tr */import.report | awk -F/ '{ print $1"/item_import*.log" }'` | tr -s ' ' | cut -f2 -d ' ' | cut -b1-14 |sort -u | fgrep -v -f - ../../itemrevstxt
fgrep:...
3,389
Posted By ramesh12621
Pipe and fgrep
Hi ,

Please help me resolve the below issue.

I need to combine the below two command into one.
grep 'ImanItemP' import.report| tr -s ' ' | cut -f2 -d ' ' > tmp.txt

fgrep -v -f tmp.txt...
1,955
Posted By ramesh12621
Thanks radoulov It Worked .For our systems...
Thanks radoulov

It Worked .For our systems csh is the default.

May I know how should i remote execute in ksh . Because we have a series of shells which needs to be executd in ksh.
1,955
Posted By ramesh12621
Still getting the same error ---------- Post...
Still getting the same error

---------- Post updated at 07:46 AM ---------- Previous update was at 07:43 AM ----------

Hi radoulov:
Below is the copy from my terminal

$ ssh -o...
1,955
Posted By ramesh12621
checking the file existence using ssh
Hi

Can any body say me the reason for below error

ssh -o 'StrictHostKeyChecking no' user@client '[ -f /tmp/processclient.lck ] && print "1"'

I am getting error as "Missing ]":wall:
Showing results 1 to 12 of 12

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