|
| Â Â |
| Â | Working With UNIX: Redirection and Pipes |
 | | Put simply, redirection is the redirection of the standard input and output. |  | | Pipes are a lot like redirection in that they redirect the standard input and output of commands, but with pipes, you redirect the output of one command into the input of another. |  | | If you wanted it saved to a file, you could use the "-o" option, or you could redirect the output to a file. |
|
http://www.darkmist.net/~schallee/unixtutorial/unix5.html
|
|
| Â Â |
| Â | Redirection (Unix) - Wikipedia, the free encyclopedia |
 | | The three tokens can be chained together to create complex commands; for example: |  | | execute 'command1', directing the standard error stream to 'file1' (useful since standard error outputs always to the terminal and is unaffected by redirects unless so specified). |  | | In sh based shells, the first two actions can be further modified by placing a number (the file descriptor) immediately before the |
|
http://en.wikipedia.org/wiki/Redirection_%28Unix%29
|
|
| Â Â |
| Â | Bristle Software Unix Tips |
 | | Redirects the input of command to read from filename. |  | | Redirects standard output (file descriptor 1) of command to filename1, and standard error (file descriptor 2) to filename2. |  | | Redirects the output of command to write to filename, creating filename if it doesn't exist, and appending to the end of its current contents if it does exist. |
|
http://www.bristle.com/Tips/Unix.htm
|
|
| Â Â |
| Â | Intro to Unix: Redirection |
 | | The purpose of this lesson is to show how you can redirect the output or input of a Unix command. |  | | Just as Unix calls the default place where it places output from a command the standard output, Unix has a name for where it gets, by default, the input for commands. |
|
http://www.december.com/unix/tutor/redirect.html
|
|
| Â Â |
| Â | Tips For Linux - Input/Output Redirection in Unix |
 | | Remember that 2 is the error output file descriptor. |  | | Not only can the output of programs be redirected, you can also redirect the input for programs. |  | | This is a very popular feature that many Unix users are happy to learn. |
|
http://www.geocities.com/tipsforlinux/articles2/042.html
|
|
| Â Â |
| Â | Introduction to Unix Pipes and redirection |
 | | Unix programs read instructions from standard input (stdin) and write output to standard output (stdout). |  | | A feature of Unix is that you can redirect the input to come from a file by appending the '<' character, and redirect output by appending the '>' character. |  | | SCANPS and associated programs make use of Unix standard input and output to simplify data processing. |
|
http://www.compbio.dundee.ac.uk/manuals/scanps/subsubsection3_7_1_1.html
|
|
| Â Â |
| Â | Unix is a Four Letter Word: Unix ---> Redirection |
 | | The third is used to append the output to an existing file. |  | | An example of the first redirection operator was already given in the Electronic Mail section. |  | | The first is used to send input to a command. |
|
http://mcunix.mc.maricopa.edu/unixcourse/documents/4ltrwrd/USredirect.html
|
|
| Â Â |
| Â | UNIX User's Handbook, 2nd Edition - $44.99 |
 | | UNIX User's Guide, Second Edition is the up-to-date UNIX reference with real depth, offering fast answers and practical examples for any leading UNIX variant. |  | | UNIX has now become mainstream and to try to position one UNIX variant relative to another and to try keeping up with the many advanced UNIX features being introduced on a regular basis would be futile. |  | | Cover all UNIX commands and tools that a new UNIX user needs to know in order to become quickly proficient with UNIX, going from the beginner level of UNIX proficiency to the intermediate level. |
|
http://www.phptr.com/browse/product.asp?product_id={C785D2DD-0243-4CFA-A474-9733E5239C97}
|
|
| Â Â |
| Â | A Basic UNIX Tutorial |
 | | This tutorial covers the "Introduction to UNIX" and "Intermediate UNIX" workshops offered by the Idaho State University Computer Center. |  | | This tutorial comprises fourteen sections, each of which addresses a fundamental aspect of UNIX computing. |
|
http://www.isu.edu/departments/comcom/unix/workshop/unixindex.html
|
|
| Â Â |
| Â | Basic Unix |
 | | UNIX operating system Learning more about UNIX ------------------------ Classes Because UNIX is a popular operating system, there may be introductory and advanced UNIX classes in your community. |  | | Library directories Software libraries on UNIX systems are usually located in one of these directories: /lib /usr/lib /usr/local/lib The /lib and /usr/lib directories are usually reserved for vendor-supported system libraries, and the /usr/local/lib directory usually contains libraries specific to the local site. |  | | At this writing, the Scientific Computing Division (SCD) UNIX front-end computer runs a Berkeley Software Distribution (BSD) UNIX system, with System V compatibility. |
|
http://olympic.atmos.colostate.edu/software/basic_unix.html
|
|
| Â Â |
| Â | jpsdomain.org: POSIX Redirection |
 | | Numbered file descriptions above may be used arbitrarily. |  | | Direct STDOUT to file, overwriting even if noclobber is set (UNIX only) |
|
http://www.jpsdomain.org/windows/redirection.html
|
|
| Â Â |
| Â | Passing Arrays and Sorting - UNIX Redirection |
 | | Redirecting with double > allows us to append to a file. |  | | This time stdin will get input from the file called 1.dat and redirect all of the programs output from stdout and dump it into the file called output. |  | | Here we will run the program once redirecting 1.dat as the input and again using 2.dat as the input... |
|
http://userpages.umbc.edu/~dhood2/courses/cmsc201/fall2002/notes/disc05/01.shtml
|
|
| Â Â |
| Â | Unix New Users (GCG doc.) |
 | | In general, when you specify standard output (or error) redirection to a file, the file is either created if it does not exist or an existing file is written over with the new data, which erases the original data in the file. |  | | An example of how to use input and output redirection is presented below. |  | | Most of the files that you create with the UNIX version of the GCG Package can also be used with the VMS version. |
|
http://www.infobiogen.fr/doc/GCGdoc/Users_Guide/unix_new_users.html
|
|
| Â Â |
| Â | CGI Extremes - REDIRECTION SCRIPTS |
 | | A better way to link to other sites without losing your visitors. |  | | Simple Link Names and URLs added to the data file can also be edited via the Admin Page. |  | | For example, you want people from AOL to goto a particular page, people from Mindspring another and you want the rest of you visitors to goto the main index. |
|
http://www.cgiextremes.com/Scripts/Redirection
|
|
| Â Â |
| Â | Introductory Unix Commands - A Quick Reference |
 | | The Unix shell is the command interpreter or user interface to the operating system. |  | | They are public domain software, and as they do not come standard with UNIX operating systems, you cannot rely upon them being available on UNIX systems. |
|
http://www.nf.apac.edu.au/facilities/sc/userguide/basic_unix
|
|
| Â Â |
| Â | devproducts.com webmaster tools |
 | | The program allows you to choose the options you want, like toolbar, menubar,resizable window and more. |  | | Perl 5.005 or higher on Unix compatable system. |  | | Quit simply, it sends the right browser to the right browser optimized page. |
|
http://www.devproducts.com/
|
|
| Â Â |
| Â | [No title] |
 | | First, click here if you have no Unix background at all. |  | | Intermediate Unix users may be interested in Norman Matloff's advanced tutorials: |
|
http://heather.cs.ucdavis.edu/~matloff/unix.html
|
|
| Â Â |
| Â | Early Unix history and evolution |
 | | Today, the only important Unix program still written in assembler is the assembler itself; virtually all the utility programs are in C, and so are most of the applications programs, although there are sites with many in Fortran, Pascal, and Algol 68 as well. |  | | During the protracted arrival of the hardware, the increasing usefulness of PDP-7 Unix made it appropriate to justify creating PDP-11 Unix as a development tool, to be used in writing the more special-purpose system. |  | | Another shake-up that occurred during this period was the organizational separation of computing services and computing research. |
|
http://cm.bell-labs.com/cm/cs/who/dmr/hist.html
|
|
| Â Â |
| Â | Linux Operating System and Linux Distributions |
 | | Many people do not know the differences between built-in shell commands and other Linux / Unix commands and are not sure why they should care. |  | | One practical reason for distinguishing them is that shell commands are cross-distribution and Linux / Unix commands are cross-shell. |  | | find - Linux Command - Unix Command Embedded Freedom Linux kill - Linux Command - Unix Command fsck - Linux Command - Unix Command lilo.conf - Linux Command - Unix Command |
|
http://unix.about.com/library/weekly/aa103000b.htm
|
|
| Â Â |
| Â | RE: Unix redirection |
 | | Under linux, I start a Java process with unix redirection |  | | Another option (that I use in my local "pre-dev" environment) is too have log4j append to stdout by using the ConsoleAppender, and using the redirect to send stdout to a file. |  | | If, instead, notification.log is just referenced in the log4j config file as the target for a FileAppender, then this should be fine. |
|
http://www.mail-archive.com/log4j-user@jakarta.apache.org/msg06228.html
|
|
| Â Â |
| Â | SQR (call system using) with Unix redirection |
 | | This only happens when I use redirection in Unix to send program information and errors about the program to a log file. |  | | I think sqr and unix might have a problem with each other. |  | | An example of my call to sqr which is having the problem is: "sqr cmxglctl.sqr -pb fsdev 2246 > michael.log". |
|
http://www.sqrug.com/sqr-users/sqrusers_97/msg00679.html
|
|
| Â Â |
| Â | The Virtual Museum of Computing |
 | | Don't throw away your old computer until you have taken a photograph of it for this on-line museum. |  | | Jonathan Bowen if you know of relevant on-line information not included here. |  | | See UNIX Seventh Edition on a PDP-11/70 with a facility to boot UNIX online! |
|
http://vlmp.museophile.com/computing.html
|
|
| Â Â |
| Â | UNIX Tutorial for Beginners |
 | | UNIX was originally developed at Bell Laboratories as a private research project by a small group of people. |  | | For more help with UNIX, try this guide from the University of Edinburgh |
|
http://www.ee.surrey.ac.uk/Teaching/Unix
|
|
| Â Â |
| Â | UNIX File Redirection |
 | | UNIX has a facility called redirection which allows a program to access a single input file and a single output file very easily. |  | | Some programs need to access several files for input or output, redirection cannot do this. |  | | Redirection is simple, and allows a single program to read or write data to or from files or the screen and keyboard. |
|
http://www.strath.ac.uk/IT/Docs/Ccourse/subsection3_11_1.html
|
|
| Â Â |
| Â | SecurityWarnings - ARP poisoning |
 | | Install a program that detect such attacks, available both for Windows and Unix platforms. |  | | Sending faked (manually crafted) ARP packets on the Ethernet can change entries in several operating systems lookup tables (ARP cache) meaning that traffic to specific destination can be redirected. |  | | For a normal user such attack is invisible. |
|
http://www.securitywarnings.com/encyclopedia/?id=12
|
|
| Â Â |
| Â | Admins-Web-Portal |
 | | Software Windows Allgemein http://www.virtualdr.com/ Discussions: WinXP, Win2000, WinME, Win98, Win95, WinNT, Win3.1&DOS, Unix, Hardware, Internet, Networking. |  | | 5-User-Version Free Software Tools Mail http://www.argosoft.com/applications/mailserver/ ArGoSoft Mail Server is a free and fully functional SMTP/POP3/Finger server with built-in web interface for Windows 95/98/NT/2000 Software Tools Mail http://www.chimera.co.nz/ ERC is a FREE email redirecting utility that retrieves mail from one or more Pop3 accounts and redirects the mail to another Pop3 account. |  | | MRTG is based on Perl and C and works under UNIX and Windows NT. |
|
http://www.admins-web.de/
|
|
| Â Â |
| Â | RINETD(8) |
 | | Under Unix, sockets would theoretically lose data when closed with |  | | On non-Linux Unix platforms, alternate code which uses a different trick to work around blocking |  | | This cannot be corrected; however, the log produced by rinetd provides a way to obtain this information. |
|
http://www.boutell.com/rinetd/
|
|
| Â Â |
| Â | Re: SQR (call system using) with Unix redirection |
 | | Re: SQR (call system using) with Unix redirection |  | | Tai Luong, Programmer Analyst E-mail: tluong@ccsf.cc.ca.us On Mon, 8 Sep 1997, Steve Krim wrote: > Michael, > > I'm not sure I understand the relationship between your "Call System Using" > and the redirection problem. |  | | Subject : Re: SQR (call system using) with Unix redirection |
|
http://www.sqrug.com/sqr-users/sqrusers_97/msg00995.html
|
|
| Â Â |
| Â | Redirection bug hits most Unix versions |
 | | The list of Unixes affected is long and includes various versions of MacOSX, Tru64, FreeBSD, MandrakeSoft and RedHat Linuxes, SuSE Linux, SCO variants, SGI Irix and Slowaris. |  | | SECURITY FOCUS says there's a bug in a whole heap of Unix shells that could allow the malicious to raise their privileges or to corrupt files. |  | | According to the bulletin, scripts and command line ops that use |
|
http://www.theinquirer.net/?article=12068
|
|
| Â Â |
| Â | UNIX Shell Programming |
 | | You can specify the input with input redirection |  | | Copy the file nlanr.txt to your home directory |  | | Wildcards expanded after redirection (assuming file* matches exactly one file): |
|
http://users.sdsc.edu/~steube/Bshell
|
|
| Â Â |
| Â | Unix Networking: Printer redirection |
 | | On your local SCO unix server you will need to go into SCOAdmin->Printers->Printer Manager select System then select Print Services and make sure the Remote UNIX Print Service Enabled is selected ([*]) |  | | Get instant answers from Experts Exchange knowledge base |  | | configured sco unix server which accepts print requests from a remote sco unix server. |
|
http://www.experts-exchange.com/Networking/Q_20474744.html
|
|
| Â Â |
| Â | CGI-Index.com - Perl/Redirection |
 | | Redirect visitors depending on what web browser they are using. |  | | This version allows 1 timeframe to be set. |  | | Redirect your visitors to other locations using various method such as drop down menus and submit buttons or even depending on their web browser. |
|
http://www.cgi-index.com/Perl/Redirection
|
|
| Â Â |
| Â | Web Design Development Authoring |
 | | Core Web Programming - This web site provides the source code to the book Core Web Programming by Marty Hall and Larry Brown. |  | | Emerging Technologies - ERP - Knowledge Management - Networking - Project Management - SCM - Security - Storage |  | | Web Design - Wireless - Baan - Java - Linux - Oracle - PeopleSoft - SAP - Siebel - UNIX - Visual Basic - Windows |
|
http://www.webdesign.ittoolbox.com/nav/t.asp?t=366&p=366&h1=366
|
|
| Â Â |
| Â | Redirection TutorGig.co.uk - The Tutorial Website |
 | | Aesthetic Software's V.S.R. (virtual subdomain redirection) $19.95 - Platform: Unix [theirname.yourname.com] Visitors sure do love those redirection URLs for their web sites |  | | redirection is a technique on the world wide web for making a web page available under many URL s. |  | | URL redirection may be used to redirect a URL to a page on the..." >URL redirection, Redirection is a function common to most Unix shell s which allow standard streams to be redirected to user specified locations. |
|
http://www.tutorgig.co.uk/showurls.jsp?group=818&index=0
|
|
| Â Â |
| Â | OSXFAQ - Technical News and Support for Mac OS X |
 | | For detailed information on specific topics: Mac OS X Advanced Unix |  | | To redirect both standard output and standard error use '>and". |  | | For more on redirection see the Unix tutorial Part 7 in the Learning Centre. |
|
http://www.osxfaq.com/tips/unix-tricks/week44/tuesday.ws
|
|
| Â Â |
| Â | Unix: redirection of stdout & stderr |
 | | I've been trying to redirect output of errors from a script job (through cron) to mailx. |
|
http://www.experts-exchange.com/Operating_Systems/Unix/Q_20165295.html
|
|
| Â Â |
| Â | Password and Redirection for Unix and NT |
 | | A program for password protecting pages on your site. |  | | Password and Redirection for Unix and NT Free CGI Scripts by Ranson's Scripts |
|
http://www.rlaj.com/scripts/password/passwd-redir/
|
|
| Â Â |
| Â | Redirection Scripts at CGI City (Page 1) |
 | | This is a simple CGI script which does a redirection of the user after the redirection form is submitted. |  | | You make money from ads shown in the frame (top or bottom of page), pop-up window or delay page that appears on each member's site, you can also increase your site's popularity because people will see your domain name all over the Internet! |  | | Now with web based maintenance and support for path forwarding. |
|
http://icthus.net/CGI-City/scr_redirect.shtml
|
|
| Â Â |
| Â | dBforums - folder redirection hell! |
 | | This should be the easist thing in the world... |  | | dBforums > Usenet Groups > comp.unix.* > comp.unix.aix > folder redirection hell! |  | | I want to use folder redirection for group policy. |
|
http://www.dbforums.com/t815319.html
|
|
| Â Â |
| Â | dBforums - Console redirection SCO |
 | | Does anyone now if SCO OpenServer 5.0.6 supports console-redirection (so |  | | dBforums > Usenet Groups > comp.unix.* > comp.unix.sco.misc > Console redirection SCO |
|
http://www.dbforums.com/t875213.html
|
|
|