Gentoo Archives: gentoo-amd64

From: Paul Stear <gentoo@××××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] How to use &&
Date: Sun, 04 Jan 2009 12:28:28
Message-Id: 200901041230.08132.gentoo@appjaws.plus.com
1 Hello all,
2 I have the following command which works well..
3 mp3gain --auto /home/"Fred Music"/mp3/B*/*.mp3
4
5 I want to expand this so overnight I can get more directories completed. I
6 tried the following but it only did the directories starting "B", the
7 sequence after the && just wasn't actioned. I have looked at bash docs but
8 can't find anything relevent (probably staring me in the face).
9 mp3gain --auto /home/"Fred Music"/mp3/B*/*.mp3 && mp3gain --auto /home/"Fred
10 Music"/mp3/C*/*.mp3 && mp3gain --auto /home/"Fred Music"/mp3/D*/*.mp3
11
12 Any ideas?
13 Paul
14 --
15 This message has been sent using kmail with gentoo linux

Replies

Subject Author
Re: [gentoo-amd64] How to use && Martin Herrman <martin@×××××××.nl>