Pico?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Pico?
# 1  
Old 01-04-2005
Pico?

Is pico editor not availible on all versions of Unix? I do have vi and emacs, but pico just give me a response of "not found".
# 2  
Old 01-04-2005
It's definitely not installed by default on most *nix systems. You can probably download it for your dist. (which is?)
# 3  
Old 01-04-2005
vi is the de-facto standard - you are pretty much guaranteed to find it on all UNIX versions. Emacs can be found on most modern flavours, especially Linux. pico/nano will not be found on all UNIX versions. If you're running Linux, you should be able to install it relatively easily from your installation media (or download the latest version).

Personally, I'd say use vi Smilie

Cheers
ZB
# 4  
Old 01-04-2005
I'd vote for vi as well. Emacs might be popular, but I find its commands not as easy to rem, as they are on vi.

My personal useage, is usually across the network. I use vim to configure systems many miles away. I can simply SSH into a box, load vi, edit configuration files and I also use it to collaborate with an Author friend, while she writes her novels. We add in the Vim/Latex plug-ins, and I edit the books as if they were local.
Vim with all the available plug-ins, filters add alot more power to this tiny app.
Learning the commands are simple, and they make sense.
Once you learn vi/vim you'll soon be executing vi/vim commands in your GUI editors by habit, and you'll find it much more powerful in certain aspects, than other editors.
# 5  
Old 01-04-2005
Thanks for the help all. Sorry for the dumb questions. Just took a new job with a wireless carrier, and the cell controllers are UNIX based systems. All my current experience is with Windows, once upon time years ago DOS, which reminds a little of UNIX

So I have been thrown into the fire without any real help other than trial and error, mostly error, and trying to tech myself. UNIX appears to me archaic or very labor intensive like DOS. Not trying to be critical, just a newbie observation.

Heck we do not even have a administrator, all the software is controlled by Motorola. We only have one user for everybody, something seems very wrong, I just do not know enough to ask the right questions.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ed vs pico

Hello! Please, can someone make me clear the difference betveen and interactive and non-interactive test editor? (is not each editor somehow "interactive"???) Many thanks!!! (0 Replies)
Discussion started by: pinklemon
0 Replies

2. UNIX for Dummies Questions & Answers

pico vs vim

I always used pico as a text editor in Terminal or SSH. But what is the advantages/disadvantages between vim and pico? (7 Replies)
Discussion started by: timgolding
7 Replies

3. UNIX for Dummies Questions & Answers

Lost pico editor

I del a lot of files,after that I can't find pico. I have to use vi. However, I like pico. Can should I do ? (4 Replies)
Discussion started by: zhshqzyc
4 Replies

4. UNIX for Dummies Questions & Answers

Can't run emacs, pico..

Hello, I cannot run emacs or pico from my Sun OS command shell. My account does not have a .cshrc file also. When I tried to make a text file and copied it to my account by the name .cshrc, the source commands I place in it do not work. Can anybody tell me how can I solve this? Any help... (8 Replies)
Discussion started by: aryajur
8 Replies

5. UNIX for Dummies Questions & Answers

How to load text editor PICO

Hi... I was wondering if anyone has any step by step guide on how to load the UNIX text editor PICO onto the Sun box? Thanks :) (2 Replies)
Discussion started by: atomicsushi
2 Replies

6. UNIX for Dummies Questions & Answers

question about pico?

Quick question for all of you Unix gurus. What are your thoughts on Pico as an editor. I have been using this editor for the last week or so and have made a lot of headway with my script writing. However, I find a lot of the quirks associated with this editor to be quite annoying. For instance,... (1 Reply)
Discussion started by: wmosley2
1 Replies

7. UNIX for Dummies Questions & Answers

pico text editor

I was wondering if there is any way to get a version of pico for windows. I have done a lot of programming work on Linux/UNIX exvironments for school, and I enjoy using pico for my programming needs, but I find all of the text editors in windows horrible, they distort my code and do not adhere to... (5 Replies)
Discussion started by: popac
5 Replies

8. UNIX for Dummies Questions & Answers

vi and pico

hello iam so new to unix / apache what is the dif between VI and PICO where can i get hands on training with both in Los Angeles any ideas would be helpfull. thanx whothought (5 Replies)
Discussion started by: whothought
5 Replies

9. UNIX for Dummies Questions & Answers

Setting up pine(pico)

I'm trying to setup the pico editor, which comes with pine. But I am not sure how to activate pine. I'm using the newest stable version of openbsd. If someone could tell me what file to execute, or, if not 'onboard' the package, where to get it. I would be much obliged. Req (1 Reply)
Discussion started by: Requeth
1 Replies

10. UNIX for Dummies Questions & Answers

how do i install Pico onto a unix system?

I was just wondering how to install Pioc onto FreeBSD? could someone help mee? (1 Reply)
Discussion started by: Swifty
1 Replies
Login or Register to Ask a Question