help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] What is going on here? Line with multiple < redirects


From: David Niklas
Subject: Re: [Help-bash] What is going on here? Line with multiple < redirects
Date: Fri, 18 Dec 2015 10:27:49 -0500

Hello,
perhaps I can help

% cat aa
aa
% cat bb
bb
% cat cc
cc
% cat < aa < bb < cc
cc
% cat aa bb cc | cat
aa
bb
cc
% sh
$ cat < aa < bb < cc
cc

Got it?

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]