Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nano-tiny(1) [debian man page]

NANO-TINY(1)						      General Commands Manual						      NANO-TINY(1)

NAME
nano-tiny - Nano's ANOther editor, an enhanced free Pico Clone SYNOPSIS
nano-tiny [options] [+LINE] file DESCRIPTION
This manual page documents briefly the nano-tiny command. nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "goto line number". nano-tiny is a special, minimal build of the program, aimed for Debian's boot-floppies or emergency disks. OPTIONS
-V (--version) Show the current version number and author. -h (--help) Display a summary of command line options. See the nano(1) manpage for the complete documentation of nano. BUGS
Please send any comments or bug reports to nano@nano-editor.org. The nano mailing list is available from nano-devel@lists.sourceforge.net. To subscribe, email to nano-devel-request@lists.sourceforge.net with a subject of "subscribe". HOMEPAGE
http://www.nano-editor.org/ AUTHOR
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details). This manual page was originally written by Jordi Mallach <jordi@sin- dominio.net>, for the Debian system (but may be used by others). February 20, 2002 NANO-TINY(1)

Check Out this Related Man Page

RNANO(1)						      General Commands Manual							  RNANO(1)

NAME
rnano - Restricted mode for Nano's ANOther editor, an enhanced free Pico clone SYNOPSIS
rnano [OPTIONS] [[+LINE,COLUMN] FILE]... DESCRIPTION
This manual page briefly documents the rnano command. nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line and column number". rnano is a restricted version of nano, which only edits specific files and doesn't allow the user access to the filesystem or a command shell. In restricted mode, nano will not: o read or write to any file not specified on the command line; o read any nanorc files; o allow suspending; o allow a file to be appended to, prepended to, or saved under a different name; o use backup files or spell checking. OPTIONS
+LINE,COLUMN Places cursor at line number LINE and column number COLUMN (at least one of which must be specified) on startup, instead of the default of line 1, column 1. -? Same as -h (--help). -h (--help) Show a summary of command line options and exit. -V (--version) Show the current version number and exit. See the nano(1) manpage for the complete documentation of nano. BUGS
Please send any comments or bug reports to nano@nano-editor.org. The nano mailing list is available from nano-devel@gnu.org. To subscribe, email to nano-devel-request@gnu.org with a subject of "subscribe". HOMEPAGE
http://www.nano-editor.org/ AUTHOR
Chris Allegretta <chrisa@asty.org>, et al (see AUTHORS for details). This manual page was originally written by Thijs Kinkhorst <thijs@kinkhorst.com>, for the Debian system (but may be used by others). August 23, 2007 version 2.0.0 RNANO(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to replace newline "\n"

How do I replace the newline character in "vi" editor. I want to replace the string " \n" (ie, Blank followed by NewLine) with " " . How do I do this? I want to try this from vi editor and then using "sed". Thanks, (5 Replies)
Discussion started by: gsprince
5 Replies

2. UNIX for Advanced & Expert Users

vi editor

Hi, I am using vi editor, can anybody tell how to delete a line which is matching with a search pattern like search and replace(instead of replace, delete that line) %s/123/xyz/g - need equalent command for delete search for a string, if found delete that line from editor thanks... (2 Replies)
Discussion started by: krishna
2 Replies

3. UNIX for Dummies Questions & Answers

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". (4 Replies)
Discussion started by: dereckbc
4 Replies

4. UNIX for Dummies Questions & Answers

globle replace comand in VI editor

Folks, How can I do a globe search & replace in VI editor? Any help? Thanks. (2 Replies)
Discussion started by: ting123
2 Replies

5. UNIX for Dummies Questions & Answers

nano-2.0.6 HELP!!!!

Hi all, I have this problem. I am running suse linux 10.0 Enterprise. I was able to install nano-2.0.6 and as root I am able to use it. This is where my problem starts. When I exit root and try to use nano, I get this error message. nano: Command not found. but when I type... (3 Replies)
Discussion started by: goku3g
3 Replies

6. UNIX for Dummies Questions & Answers

Development Environment Help

Hello all, First time here and with linux/*nix like OS's. What I'm trying to do is have a development environment in unix with GCC, GDB, and some editor like Vim/emacs/nano/etc.... I have Openbsd loaded on a virtual machine in VMware workstation. Boots fine and all seems good. I have... (2 Replies)
Discussion started by: tuck
2 Replies

7. Shell Programming and Scripting

How to replace words using VI editor on the fly

HI Guys, How Can I replace particular words in a file starting from the line where my cursor is pointing while the file is opened in VI editor? If you are using sed, please give me the code. Thanks (2 Replies)
Discussion started by: ajincoep
2 Replies

8. Shell Programming and Scripting

Help with this code please.

Hello, I haven't used this nano editor very often so i'm not very familiar with it. So I've done this code for FCFS or FIFO algorithm in another language and tried to "Translate it into the nano editor. Thing is I don't really know what's wrong with my "translation right now" so help would be... (5 Replies)
Discussion started by: imo
5 Replies

9. UNIX for Advanced & Expert Users

non-gui editor

Besides these text editors I list below, what other non-gui editors are there? I am using an old system and I am surprised vi is the only text editor I can find. emcas, vi(m), pico, nano, ted, and ed (4 Replies)
Discussion started by: cokedude
4 Replies

10. UNIX for Dummies Questions & Answers

Nano ; does it have split screen capability?

Can nano have two files open at once? Thanks in advance! (2 Replies)
Discussion started by: theKbStockpiler
2 Replies

11. Shell Programming and Scripting

[Solved] Help with running ps -e | less on nano script editor

p { margin-bottom: 0.08in; } This is just a portion of a script I'm writing on Linux nano script editor. When I run the script I get stuck on the ps -e | less command portion of the script:wall:. It displays all the process running but it does not allow me to move to the next line on the script.... (2 Replies)
Discussion started by: SANA4SPA
2 Replies

12. Shell Programming and Scripting

Need help with Bash scripting using nano editor

p { margin-bottom: 0.08in; } As you can already tell I am a newbie. I took a Microsoft VB2008 a few month back. Now I'm taking Linux + and this course requires me to write scripts. The script executes but, I can't figure out or have not found anything that I can make out on the internet that can... (4 Replies)
Discussion started by: SANA4SPA
4 Replies

13. Shell Programming and Scripting

Need help with these scripts in nano...

So I am trying to write 3 different scripts using nano. Having some trouble with each. The first one is prompting for the person's information, and I would like to store that information in a new text file. I have most of it complete. The only problem I have here is that I do not know the code... (2 Replies)
Discussion started by: tburns517
2 Replies

14. Shell Programming and Scripting

How to remove "Þ" and "Ý"?

Hello All Please help me with the problem included in subject. I need to replace all occurences of "Þ" with S and all "Ý" with I in VI editor. Your responses will be appreciated Thanks. (7 Replies)
Discussion started by: mrcrowley
7 Replies

15. BSD

OpneBSD 5.3 sendmail question

I have a basic OpenBSD 5.3 system installed as 64 bit on an old Sun Blade 100. Yes, it does work fine! It has XFCE, R, Firefox 3.6, nano installed. I have to say that 5.3 is much better than 5.0 or 5.1, and R works very well on it. Anyway, onto the main question. Could someone provide me with... (2 Replies)
Discussion started by: RichardET
2 Replies