Vi issue with solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Vi issue with solaris
# 1  
Old 10-20-2010
Vi issue with solaris

I'm facing a peculiar issue when using vi on solaris. When i open a file using vi & search for a string pattern & if that pattern is not found & if i exit, vi exits with return value 1. (Checked the return value with 'echo $?' ).
When the string is found, vi exits with return value 0.

This however is not an issue with vim on solaris.
Also, vi does not show this behavior on other ( e.g. rhel, suse) setups.

Anybody can help me regarding this issue ???Smilie
# 2  
Old 10-20-2010
Why does it matter what vi's return value is? Is it part of a script?
# 3  
Old 10-20-2010
Yes, it is a part of a script ....
# 4  
Old 10-20-2010
I would choose sed or ex in a script. The vi is too screen oriented for script life, unless you are into firing your optical neurons a lot, usually not a cash deliverable.

Do you need to know what happened inside vi using the $? 0/1 behavior?

BTW, I have a vi wrapper I call vix:
  • for (some) xterms, it saves my scroll history: drives the on screen text up by screen size lines, then calls vi
  • for ksh command editing, set -o vi/viraw, export $EDITOR=~/bin/vix: always returns 0 so my output is not discarded by ksh.
Code:
#!/usr/bin/ksh

(
 stty -a | sed '
        s/^/ /
        t a
        :a
        s/.* rows = \([1-9][0-9]*\).*/\1/
        t
        d
        ' | read zr

# echo $zr >&2

 if [ "$zr" = "" ]
 then
  zr=25
 fi

 while [ "$zr" != -1 ]
 do
  zr=$(( $zr - 1 ))
  echo >/dev/tty
  done

 vi "$@"

 exit 0
)

# 5  
Old 10-20-2010
same here too

Interesting. You didn't mention the bigger picture of what you are trying to do, but maybe you would be better off using grep to see if a string exists in a file, or sed if you need to change that string?
# 6  
Old 10-20-2010
Tell us what the vi part does for your data.
# 7  
Old 10-21-2010
Quote:
Originally Posted by pj87
I'm facing a peculiar issue when using vi on solaris. When i open a file using vi & search for a string pattern & if that pattern is not found & if i exit, vi exits with return value 1. (Checked the return value with 'echo $?' ).
When the string is found, vi exits with return value 0.

This however is not an issue with vim on solaris.
Also, vi does not show this behavior on other ( e.g. rhel, suse) setups.

Anybody can help me regarding this issue ???Smilie
It can be argued this is actually a vim non conformance and Solaris vi is behaving correctly by sticking to the POSIX specification (vi) which states:
Code:
EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred.

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Cipher issue on Solaris 11.4

Hi, Our most of servers are on Solaris 11.2 (with no SRU). Recently I upgraded one of them to Solaris 11.4. It has to go in multiple steps, as it can not jump fro 11.2 to 11.4 in one go. After upgrading, I can not login to server with SecureCRT and it through error key exchange failed: cipher... (1 Reply)
Discussion started by: solaris_1977
1 Replies

2. Shell Programming and Scripting

X Forwarding issue on Solaris 11

Hello All , Need assistance in finding out a solution for X Forwarding issue IBM applications requires X Forwarding . Server X11 works fine when i try xclock but not this application . On a different server with the same OS it is working . Need inputs . OS Version : Solaris 11 with updated... (1 Reply)
Discussion started by: ajayram_arya
1 Replies

3. Solaris

Solaris version issue

Hi Friends, I am new in solaris. yesterday i installed solaris in VM. now while installing weblogic setup(.bin) its giving me Invalid argument error. after some google i have two points in my mind 1) i am using solaris on intel machine. thats why i am facing this issue. If answer is yes... (3 Replies)
Discussion started by: Vishal Baghla
3 Replies

4. Solaris

Solaris 11 disk issue

I have 2 disks in my system.I recently added a zpool to the disk, but today I changed my mind and deleted the zpool , zpool destroy -f extra The zpool is now deleted and I want to partition the disk, so I delete the only partition on the disk. Now when I run format again, format... (13 Replies)
Discussion started by: cbtshare
13 Replies

5. UNIX for Dummies Questions & Answers

grep issue (Solaris)

Can anyone explain this (i.e. why the 2nd grep does not find anything)?: -bash-3.00$ cat tmp.log sftp> chdir /home/test-dir sftp> mget thosefiles*.txt File "/home/test-dir/thosefiles*.txt" not found. -bash-3.00$ grep "s*.txt" tmp.log sftp> mget thosefiles*.txt File... (4 Replies)
Discussion started by: dhebden
4 Replies

6. Solaris

Printing Issue On Solaris 10

Synopsis: Solaris 10 SunFire v880 with two networked HP laser printers set up through HPPI. Test page will print through HPPI but can't print to them us the lp command. When using the lp command it just hangs and causes the Samba process to fail. We have a SunFire v880 running Solaris 10. $$... (1 Reply)
Discussion started by: KenLynch
1 Replies

7. Solaris

du -sh issue in solaris 10

i have 30 file systems on my production system and my system is responding too slow and / is 99% full is there any way i can run the du -sh only on root file systems and skip all the SAN file systems as the system is unable to do du -sdh * / as it would try to run du on all the SAN/NAS file... (5 Replies)
Discussion started by: fugitive
5 Replies

8. Solaris

Solaris Issue

Hi, I am having a serious problem with a Solaris 2.6 box. Whenever I try and tar a large directory I get this error:tar: write error: unexpected EOF My own research shows that I might have to enable tarring large files by this command: fsadm -o largefiles <mountpoint> My box does not... (8 Replies)
Discussion started by: mojoman
8 Replies

9. Solaris

CDE Issue In Solaris 10

Hi All, I have solaris 10 on X86 and I need to connect this through X-Manager or similar software. I have googled a lot and tried the following : root@sol10x86 # ps -ef |grep dtlogin root 1825 4718 0 13:38:50 pts/1 0:00 grep dtlogin root@sol10x86 # svcs cde-login STATE ... (2 Replies)
Discussion started by: pintu_asim
2 Replies

10. UNIX for Advanced & Expert Users

Solaris 10 auth issue

Very strange one, we've got a recently build server (Sol10 via JET flash). Bascially you can ssh to it fine, but telnet will allow entry of username, but will then feed in a carriage return on the passwd field, this also happens on any auth type command, ie passwd on a user account will also... (4 Replies)
Discussion started by: itsupplies
4 Replies
Login or Register to Ask a Question