![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing global variable to a function which is called by another function | sars | Shell Programming and Scripting | 4 | 06-30-2008 11:39 AM |
| Replace a Pipe with tab | srikanthus2002 | Shell Programming and Scripting | 1 | 04-25-2007 06:22 AM |
| Function within function (Recurance) | chassis | UNIX for Dummies Questions & Answers | 2 | 09-19-2006 09:32 AM |
| PIpe Spy | jodders | High Level Programming | 11 | 02-18-2004 10:44 AM |
| pipe help | bb666 | High Level Programming | 5 | 02-26-2002 04:07 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
function and pipe
Hi,
Is it possible that the output of a command is piped into a unix function? Just like in below: Code:
#!/bin/ksh
concat(){
echo Orbix
}
echo "Hello there" | concat
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|