Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In linux, if you want to suppress any program outout, just append [...] to the command.

Silly example (but valid): ls -l [...] (to supress the output)

Answer

> /dev/null

^^sending output to the null device


Question

In linux, if you want to suppress any program outout, just append [...] to the command.

Silly example (but valid): ls -l [...] (to supress the output)

Answer
?

Question

In linux, if you want to suppress any program outout, just append [...] to the command.

Silly example (but valid): ls -l [...] (to supress the output)

Answer

> /dev/null

^^sending output to the null device

If you want to change selection, open document below and click on "Move attachment"

18. UNIX Devices
make the entire archive unrecoverable. The mt command stands for m agnetic t ape and controls generic SCSI tape devices. See also mt (1). 18.5.7 Hiding program output, creating blocks of zeros <span>If you don't want to see any program output, just append > /dev/null to the command. For example, we aren't often interested in the output of make . [ make is discussed later.] Here we absorb everything save for error messages. make > /dev/null Then, of course, we c

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.