[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] bash assistance
On 04/26/2011 12:58 PM, Jim Kinney wrote:
> Sounds like work to me :-)
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
There, now you can just copy and paste, no "work" required!
Well maybe a little work. If you don't have 6 or more cores, or if you
have the BFS scheduler, reduce the -j parameter. ;-)
--- Mike