which platform


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting which platform
# 1  
Old 09-14-2009
Bug which platform

hi everyone,

i am new in unix. i want to write(develop) unix shell script/program.
which platform can i use.
Generally i write scripts in "vi" platform.
Are there any platform for develop shell programs.
Please help me.

Thanx for your advice.
# 2  
Old 09-14-2009
'vi' is not a platform. Its an editor. There some other editors avalable in unix like "emac", pico(vendor specific), vim etc.
# 3  
Old 09-14-2009
thanx my friend,

when i write follow commands system say me :
home/ttsadmin->vim ali
sh: vim: not found.
/home/ttsadmin->vim
sh: vim: not found.
/home/ttsadmin->emac
sh: emac: not found.

but when i write "vi" there isnt problem.
i understand that emac,vim ... are used out of unix. is it true?

which editor do you suggest me?
which one is the best?
and how can i use these editors(vim,emac).
are they program? if so, must i download them?

thanx a lot.
# 4  
Old 09-14-2009
# 5  
Old 09-14-2009
vi & vim are similar, and in most distributions vi is aliased to vim.

As Neo pointed to the poll, you can check there that most of us use vi/vim for any writing/editing we do.

If you face "vim command not found", you need to check whether it is already installed or not ? If not installed, install using your package manager.
# 6  
Old 09-14-2009
Hi,

As described by Neo please refer to the list of editors from the poll, and as always men's best freind---GOOGLE....

Cheers,
Shazin
# 7  
Old 09-14-2009
Thanx everyone
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

R plots in UNIX platform

How do you see plots produced in R under UNIX platform? Thanks! (2 Replies)
Discussion started by: johnkim0806
2 Replies

2. UNIX for Dummies Questions & Answers

Is unix os or platform?

hellow everyone, iam a new user to linux and i have question about unix os. unix is operating system or platform iam confused. i have read some article about unix but i haven't found the answer what iam searching for. so iam confused in this topic can anyone made it clear. Any types of... (8 Replies)
Discussion started by: paruhang
8 Replies

3. Programming

about unix platform

Hi can any body post example for socket tcpclient in c++ act like browser with HTTp 1.1 and send message for the server (2 Replies)
Discussion started by: Net Star
2 Replies

4. Red Hat

How to tell if your platform is real or VMWare?

Does anyone know for sure how to tell whether the RHEL 3 / 4 / 5 server you're logged into is real or VMware, other than rpm -qa | grep -i vm? And if the server is real, is there any way to tell from the OS level what kind of hardware you're on? I guess I'm looking for something analogous to... (2 Replies)
Discussion started by: lbholde
2 Replies

5. UNIX for Dummies Questions & Answers

Most used unix platform as desktop.

Just wonder about this question everytime that how many of us use unix as desktop and prefers which unix platform as desktop. - nilesh (4 Replies)
Discussion started by: ynilesh
4 Replies

6. Programming

Platform type in Unix

Hi all, How does one get the platform type in UNIX (for e.g. sparc/i386)? I need an function call and not the command like uname -p. thanks! (24 Replies)
Discussion started by: slash_blog
24 Replies

7. Shell Programming and Scripting

Multiple platform scripts

Hello I'm writing a script system in bash that I want to run on Un*x (SunOS), Linux, and cygwin also. The scripts starts with the sha-bang #!/bin/bash, but I experienced that the bash interpreter path are different on these platforms. My question is how can I manipulate the command interpreter... (8 Replies)
Discussion started by: *ptr
8 Replies

8. AIX

AIX platform

Hello, I need to download some programs to AIX 5.2 box but the download page have two versions: for 32 and 64 bits. Is there a command to know what platform is my AIX 5.2 box? I mean 32 or 64 bits?? Thanks in advance. (1 Reply)
Discussion started by: jpoot
1 Replies

9. UNIX for Dummies Questions & Answers

Platform decision

Hi folks First, let me apologize in advance for the long message. I know this will sound like a typical "newbie" message but I am really working to understand the technology in order to make informed decisions. I am currently in the process of evaluating Unix hardware and OS platforms for an... (5 Replies)
Discussion started by: Scooter
5 Replies
Login or Register to Ask a Question