Benutzer:Marco Bakera/Projektideen

Aus ITA-Wiki
< Benutzer:Marco Bakera
Version vom 25. Dezember 2015, 14:50 Uhr von itawiki>Marco Bakera (coreutils)
Wechseln zu: Navigation, Suche
  wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.24.tar.xz
  tar xf coreutils-8.24.tar.xz 
  cd coreutils-8.24/
  ./configure --prefix=/home/bakera/tmp/coreutils/build
  make
  make install
  cd ../build/
  find
  ./bin/ls 
  ./bin/date