On Thu, Apr 15, 2010 at 08:58:43PM +0200, Carsten Hey wrote:
> Maybe splitting this in two lines would be even better:
>
> REINSTALL=$(dpkg -S LC_MESSAGES | cut -d: -f1 | tr ', ' '\n' | sort -u)
> apt-get --reinstall install $REINSTALL
If someone pastes this as one line into a terminal it's better if there
is a semicolon after the first line:
REINSTALL=$(dpkg -S LC_MESSAGES | cut -d: -f1 | tr ', ' '\n' | sort -u);
apt-get --reinstall install $REINSTALL
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]