On 28Dec2016 16:34, JD wrote:
Jon LaBadie introduced me to:
exec 5< .kshrc
exec 6< .profile
while read -u 5 one && read -u 6 two; do
echo $one
echo $two
done
Who wants a -u? You can just redirect into a read you know...
while read one <&5 && read two <&6; do
I suspect -u isn't very portabl
On 27Dec2016 15:49, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a single file, indexing to next line is automatic, vis
On 12/28/2016 06:14 AM, Andy Blanchard wrote:
On 27 December 2016 at 22:49, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
On 12/28/2016 05:55 AM, Robert Nichols wrote:
On 12/28/2016 01:02 AM, Joachim Backes wrote:
On 12/27/2016 11:49 PM, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line
On 12/28/2016 12:02 AM, Joachim Backes wrote:
On 12/27/2016 11:49 PM, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a
On 12/27/2016 02:49 PM, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a single file, indexing to next line is automatic,
On 27 December 2016 at 22:49, JD wrote:
> Reading lines from 2 files in such a way that each iteration
> lets me read the next line from each file so that the items
> read from each file are in sync as far as line number is concerned.
> Is this "doable"?
Maybe a little out of the box, but far sim
On 12/28/2016 01:02 AM, Joachim Backes wrote:
On 12/27/2016 11:49 PM, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a si
On 12/27/2016 11:49 PM, JD wrote:
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a single file, indexing to next line is automatic,
Reading lines from 2 files in such a way that each iteration
lets me read the next line from each file so that the items
read from each file are in sync as far as line number is concerned.
Is this "doable"?
For a single file, indexing to next line is automatic, visa vis
while read line; do
echo $
On Feb 11, 2012 9:49 AM, "Joachim Backes"
wrote:
>
> Hi,
>
> if pressing activities->applications, seeing a lot of applications I had
> already uninstalled, but still appearing in the "all" submenu. Question:
> Is there a gnome-shell tool which can be used to cleanup those
> applications from the
Hi,
if pressing activities->applications, seeing a lot of applications I had
already uninstalled, but still appearing in the "all" submenu. Question:
Is there a gnome-shell tool which can be used to cleanup those
applications from the gnome-shell menus?
Kind regards
--
Joachim Backes
http://w
12 matches
Mail list logo