Sponsored Content
Full Discussion: Building Pipelines?
Top Forums UNIX for Dummies Questions & Answers Building Pipelines? Post 302356787 by greeky on Sunday 27th of September 2009 04:42:26 PM
Old 09-27-2009
Building Pipelines?

How would I combine commands in a pipeline to produce an alphabetized list of who's online at a particular moment?

Then:

How would I take that pipeline and turn it into a command called "whoison"?
 

10 More Discussions You Might Find Interesting

1. IP Networking

building a server

hi, i am a pretty good linux user..but i have no idea on building a server witha domain and everthing. please help! (5 Replies)
Discussion started by: hamza11050
5 Replies

2. Filesystems, Disks and Memory

Building a cluster

I am working on putting togethor information on building a cluster. There are so many different types of software and hardware needed to havea fully optimized Cluster system. An important aspect of it is the file system that is chosen. I am researching all the fielsystems that are out there... (1 Reply)
Discussion started by: linuxhpc
1 Replies

3. UNIX for Dummies Questions & Answers

Building a new PC

Hi, im building a new PC for my FreeBSD - sorry it's not really UNIX related but I dont really visit any other online forums, and lost ideas of people to ask, Basically would it work if bought this motherboard -... (0 Replies)
Discussion started by: ErNci
0 Replies

4. UNIX for Dummies Questions & Answers

multiple pipelines

howdy all, i've been trying to find info on piping info between multiple commands from the command line, but i've been unable to find any examples of piping continuous data through a chain of commands. basically, i'm trying to parse data from the top command and send it out over udp to another... (1 Reply)
Discussion started by: ohhmyhead
1 Replies

5. UNIX for Dummies Questions & Answers

Pipelines

Now before this thread gets closed, please be aware this is not classwork or homework, I am trying to learn unix by myself, and have come stuck below. So it is a pointless to close this thread, as I am trying to improve my unix by asking advice from people. That is what I assume a forum is for! ... (1 Reply)
Discussion started by: Vn3050
1 Replies

6. Shell Programming and Scripting

Varialble in pipelines

Hi, As per shell docs because commands in pipelines are run as separate processes, variables set in a pipeline have no effect on the parent shell In the sample below I am unable to set variable in Proc1 so that I can see it in the main program Is there any work around ? Thanks Zam... (4 Replies)
Discussion started by: zam
4 Replies

7. UNIX and Linux Applications

Help with building firewall

Hi, I've installed firewall builder into my operating system (PCLinuxOS) from the repository. Now I need to configure and make run firewall builder in the main server (production server) of my company. The technique that I want to use is pushing the script from my laptop (where I've got the... (3 Replies)
Discussion started by: anaigini45
3 Replies

8. Shell Programming and Scripting

UNIX Pipelines

What if you want to have just one single pipeline that will create a file (let's say x) and we want all the content from another file (we can call it y), one word per line? (7 Replies)
Discussion started by: sarahahah
7 Replies

9. UNIX for Dummies Questions & Answers

Building intervals

Hi all, I hope you can help me with the following question: I have multiple tables like this: Chr Start End Zygosity Gene chr1 153233510 153233510 het LOR chr1 153233615 153233615 hom LOR chr1 153233701 153233701 hom LOR chr1 ... (5 Replies)
Discussion started by: lsantome
5 Replies

10. UNIX for Beginners Questions & Answers

Building a Compiler

In an earlier thread, I mentioned that I needed something like Netcat or Socat to create a serial > IP connection. I realized after some thought that I had downloaded the netcat tarball, unpacked it and ended up with the uncompiled program. I attempted to put it together with cc and discovered that... (10 Replies)
Discussion started by: kopfgeldjagar1
10 Replies
SVK::Log::FilterPipeline(3)				User Contributed Perl Documentation			       SVK::Log::FilterPipeline(3)

NAME
SVK::Log::FilterPipeline - a pipeline of log filter objects DESCRIPTION
An SVK::Log::FilterPipeline represents a particular collection of log filter objects each of which needs to be called in turn. METHODS
new Construct a new SVK::Log::FilterPipeline object by constructing the specific filters that will handle the details and preparing for the first revision. build_filter_object Given the name of a filter, try and construct an appropriate filter object. Search @INC for modules that match the name given. If no appropriate classes are available, we die with an appropriate warning. This method creates an object for the filter by calling its new() method filter SVK::Command::Log calls this routine when it wants to display (or process) a revision. The method then dispatches the information to the methods of the necessary filter objects in the pipeline to perform the real work. finished Tell all the filters that their jobs are done by calling "footer" and "teardown" on each one. get_pipeline_command Examine an exception to determine if it's a pipeline control exception. If it is, return the desired pipeline command. If it's not, rethrow the exception. If no exception is provided, the command 'continue' is returned. present_revision Display a single revision by passing it to the pipeline's presentation filter. run_pipeline Send a revision down the pipeline. Provide revision information to the revision() method of each filter in the pipeline until one of them says to stop. Then return the pipeline command. set_up_presentation Handle initial set up for the presentation filter. This should only be called once during an SVK::Log::FilterPipeline's lifetime. set_up_selection Handle initial set up for the selection filter pipeline. This should only be called once during "SVK::Log::FilterPipeline"'s lifetime. split_filter Split a string into a filter name and an arbitrary argument string. split_selectors Split the description of the selection filter pipeline into individual filter names and their arguments. Each filter is separated by a '|' character. Literal pipe characters are included with '|'. perl v5.10.0 2008-08-04 SVK::Log::FilterPipeline(3)
All times are GMT -4. The time now is 02:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy