[ale] bash assistance

Michael B. Trausch mike at trausch.us
Tue Apr 26 13:14:18 EDT 2011


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


More information about the Ale mailing list