Wednesday, October 18, 2017

Nifty Shellcuts

Like shortcuts, but on the shell...🙄

Aliases for /etc/bashrc
  • alias lll='ls -lart'
  • alias daniostat='iostat -mtxyz'  (you can/should add a number, then pipe to tee to save to a file)
  • alias danetstat='netstat -planut' (same as above)

And for ~/.bashrc
  • set -o vi

More to come...

No comments:

Post a Comment