Watch (Unix)
Broschiertes Buch

Watch (Unix)

Unix, List of Unix Utilities, Command (Computing)

Herausgegeben: Greer, Noelia Penelope
Versandkostenfrei!
Versandfertig in 6-10 Tagen
19,99 €
inkl. MwSt.
PAYBACK Punkte
10 °P sammeln!
watch is a GNU command-line tool that runs the specified command repeatedly and displays the output on stdout so you can watch it change over time. By default, the command is run every 2 seconds, although this is adjustable with the -n secs argument. Since the command is passed to sh -c, you may need to encase it in quotes for it to run correctly.Unix (officially trademarked as UNIX, sometimes also written as Unix) is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Brian Kernigh...