Page Number: Página 1 de 1
Actual Results
- vili
- Foro: Unix / Linux Forum
- Tema: What is Unix? Is FreeBSD and OpenBSD the same thing?
- Subject: What is Unix? Is FreeBSD and OpenBSD the same thing?
- Respuestas: 6
- Vistas: 5750
Posted: Junio 30th, 2003, 12:19 am
if you are only evaluating however, i would suggest you installed them on some kind of a vm, will be less work, and depending on resources you might be able to run them all simulteneously. down side, i dont believe there are any free source pc emulators for windows
BTW OpenBSD is great.
- vili
- Foro: Unix / Linux Forum
- Tema: Questions using - someprog > /dev/null 2>&1
- Subject: Questions using - someprog > /dev/null 2>&1
- Respuestas: 6
- Vistas: 69817
Posted: Junio 30th, 2003, 12:10 am
You are correct
- vili
- Foro: Unix / Linux Forum
- Tema: Questions using - someprog > /dev/null 2>&1
- Subject: Questions using - someprog > /dev/null 2>&1
- Respuestas: 6
- Vistas: 69817
Posted: Junio 29th, 2003, 11:55 pm
The first part, "> /dev/null" means send standard output to the 'bit
bucket" or in other words, throw it away.
The second part, "2>&1" means "redirect standard error (2) to the same
place as standard outout (1.)
bucket" or in other words, throw it away.
The second part, "2>&1" means "redirect standard error (2) to the same
place as standard outout (1.)
