| The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
      Currently hosting over 25000 manual pages, 
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
 
        
                
                        | Random man page:
				 delwin(3) -- Routines that create Curses windows |  
                        | The newwin routine creates and returns a pointer to a new window with the given number of lines, nlines, and columns, ncols. The upper left-hand corner of the window is at line begin_y and column begi... |  
	
		
			| FreeBSD Tip Of the Day | View all tips |  	
			| In order to search for a string in some files, use 'grep' like this:
	 grep "string" filename1 [filename2 filename3 ...]
This will print out the lines in the files that contain the string.  grep can
also do a lot more advanced searches - type 'man grep' for details.
 |  
							 |