Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Last active November 3, 2020 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkphp/1fa1b3ec31a7572c99105569277708ba to your computer and use it in GitHub Desktop.
Save thinkphp/1fa1b3ec31a7572c99105569277708ba to your computer and use it in GitHub Desktop.
alias lf="ls -l | egrep -v '^d'"
alias ldir='ls -d */'
alias ld="ls -l | egrep '^d'"
source .bash_profile
lancia@adonix.cs.unibuc.ro: $ld
lancia@adonix.cs.unibuc.ro: $lf
lancia@adonix.cs.unibuc.ro: $ pdftex filename.tex
lancia@adonix.cs.unibuc.ro: $ evince filename.pdf #open file PDF
lancia@adonix.cs.unibuc.ro: $ texmaker # editor TEX
lancia@adonix.cs.unibuc.ro: $ sensible_browser filename.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment