Eu tenho uma função que executo com frequência na CLI, por isso dei a ela o nome abreviado t :
$ which t
/home/dotancohen/.bin/t
$ cat 'which t'
#!/bin/bash
ctags-exuberant -f php.tags --languages=PHP -R
$ ls -lh /home/dotancohen/.bin/t
-...
24.01.2016 / 09:49