whoami

Here's an example of the `whoami` command:

```

$ whoami

lalatendu

```

In this example, the `whoami` command is used to print the current user's username to the console. The command returns the username `lalatendu`, indicating that the user running the command is `lalatendu`.