Explore Connect Documentation
Snippets
1
2
3
4
5
6
7
date
alias date="date -u"  # modify format with optional flag -u
date     # alias in effect
\date    # escape alias, original command in effect
unalias date  # remove alias
date
Press desired key combination and then press ENTER.