Bash tricks

Starting command in a background

Aliases cannot have & added but instead of aliases one can use functions:

 viL {
    command gvim $* & disown
 }
  • en/research/notebook/bashtricks.txt
  • Last modified: 2017/10/02 15:54
  • (external edit)