|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-10-20 19:13:28
|
On 20.10.2013 17:14, Chiara wrote: > > I'm trying to plot the histogram produced by the command latency -g name_file of Xenomai, but I obtained this message: > "warning: skipping unreadable file "latency - gr", no data in plot. That's because there is, indeed, no such file. A command line is not a file. The output of a command can be captured to a file, but that does not make that command itself a file. |