diff --git a/site/pages/cmd/interm/Who.html b/site/pages/cmd/interm/Who.html deleted file mode 100644 index 30bfafa..0000000 --- a/site/pages/cmd/interm/Who.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: page -category_title: Intermediate commands -category-page: intermediate -tags: who user list log -author: Marco Farace -title: Who/WhoamI ---- - -

The who utility displays a list of all users currently logged on, showing - for each user the login name, tty name, the date and time of login, and - hostname if not local.

- -

Flags

- diff --git a/site/pages/cmd/interm/tee.html b/site/pages/cmd/interm/tee.html index 3dc96ef..4d1886b 100644 --- a/site/pages/cmd/interm/tee.html +++ b/site/pages/cmd/interm/tee.html @@ -23,6 +23,7 @@ similar functions.

Where [flags] are the tee flags (below you will find more info), and argument [file] is a file or a list of files, each of which receives the output.

+

Flags:

@@ -31,6 +32,7 @@ receives the output.

  • -a Appends the output to each file, rather than overwriting it.
  • -i Ignores interrupt signals.
  • +

    Example: