DATE
Sorry, no translation yet
$ date '+%s'
1339832819
Sorry, no translation yet
$ date -d '2012-02-25' '+%s'
1330124400

$ date -d '2012-02-25 06:26:57' '+%s'
1330147617
Sorry, no translation yet
$ date -d '02/25/12' '+%s'
1330124400
Sorry, no translation yet
$ date -d '@1339832819'
Sat Jun 16 09:46:59 CEST 2012
Sorry, no translation yet
$ date -d '@1339832819' '+%Y-%m-%d %H:%M:%S'
2012-06-16 09:46:59

GETENT
Sorry, no translation yet
$ getent passwd root
root:x:0:0:root:/root:/bin/bash

TOP
Sorry, no translation yet
$ top
H

VIM
Sorry, no translation yet
:syntax on
Sorry, no translation yet
:se hlsearch
Sorry, no translation yet
:nohl