Is there a way to run an ADO without printing the commands being run (only their output)?
i.e.
i.e.
Code:
[...] . qui sum timer, d <- don't show this <- don't show this empty line (if possible) . di "median: `r(p50)' seconds" <- don't show this median: 26.16600036621094 seconds <- show this [...]
Comment