<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Re: [CentOS] backups and md5 all in one while splitting</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Well in bash/sh the () means execute in a sub-shell. If you redirect or pipe output from one process to a command in a sub-shell it will be redirected or piped (whatever the original was) to the command being executed in the sub-shell.<BR>
<BR>
You can also use $(command) as a command-line variable that will substitute the output of the command during evaluation.<BR>
<BR>
Ie<BR>
# mkinitrd /boot/initrd-$(uname -r).img $(uname -r)<BR>
<BR>
-Ross<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: centos-bounces@centos.org <centos-bounces@centos.org><BR>
To: CentOS mailing list <centos@centos.org><BR>
Sent: Mon Nov 12 17:57:11 2007<BR>
Subject: Re: [CentOS] backups and md5 all in one while splitting<BR>
<BR>
Ross S. W. Walker wrote:<BR>
><BR>
> 'tee' splits the stdin into multiple output streams.<BR>
><BR>
> The first instance of tee you listed gave it a file name and a pipe to<BR>
> output the stdout to.<BR>
><BR>
> The second instance did a redirection to a sub-shell which then passed<BR>
> it to 'split' and it also had a pipe.<BR>
><BR>
> -Ross<BR>
><BR>
<BR>
How does this sub-shell redirection work?  Can someone explain the<BR>
syntax to me or shoot me a link to a doc somewhere?<BR>
<BR>
Russ<BR>
<BR>
_______________________________________________<BR>
CentOS mailing list<BR>
CentOS@centos.org<BR>
<A HREF="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</A><BR>
</FONT>
</P>


<P></P>
<HR WIDTH="100%">
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

</BODY>
</HTML>