layout | title | tags |
---|---|---|
manual |
whoami - Statistics of command combinations using pipe |
statistic |
The commands before whoami
: Pipe the result of the given command to whoami
.
Command | percentage |
---|---|
ps | 33% |
finger | 33% |
last | 33% |
The commands after whoami
: Pipe the result of whoami
to the given command.
Command | Percentage |
---|---|
grep | 33% |
awk | 22% |
w | 22% |
head | 11% |
echo | 11% |
Below are the scenarios for all command combinations above.
The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.
- Check processes runed not by you
- Prints out, what the users name, notifyed in the gecos field, is
- See how much time you've spent logged in
- Safely store your gpg key passphrase.
- Get user's full name in Mac OS X
- See how much time you've spent logged in
- Get user's full name in Mac OS X
- Get user's full name in Mac OS X
- Get user's full name in Mac OS X
- Get user's full name in Mac OS X
- Prints out, what the users name, notifyed in the gecos field, is
- Create a QR code image in MECARD format