[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] bash assistance
On 04/26/2011 01:12 PM, Michael B. Trausch wrote:
> curl http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz | \
> tar xz && cd coreutils-8.9 && ./configure && make -j10 && \
> sudo make install && exec bash --login
Oops! That should be:
curl http://ftp.gnu.org/gnu/coreutils/coreutils-8.11.tar.gz | \
tar xz && cd coreutils-8.11 && ./configure && make -j10 && \
sudo make install && exec bash --login
I keep forgetting that their file listing isn't sorted "properly"...
-- Mike