[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:cli_manual:shells [2012/10/28 21:34 (UTC)] – [~/.bashrc] sycamorexhowtos:cli_manual:shells [2012/10/28 21:36 (UTC)] – [~/.bashrc] sycamorex
Line 537: Line 537:
  
 # To take advantage of multicore CPUs you can use the MAKEFLAGS variable.  # To take advantage of multicore CPUs you can use the MAKEFLAGS variable. 
-# For example the equivalent of "make -j 7" would be: +# For example the equivalent of "make -j2" would be: 
-# export MAKEFLAGS="-j7"+# export MAKEFLAGS="-j2"
 # Uncomment the above line to use it. # Uncomment the above line to use it.
  
 howtos:cli_manual:shells ()