Sep
24
Alias - create alias for your commands
Posted by suvi under Tricks
Alias is a command that lets you create command aliases, it is very useful when you usually use commands with options.
As an example in my case I use a lot these commands
du -h
and
df -h
In both cases the “-h” option makes the output be in Kbytes or Mbytes instead of bytes, so it is more human redeable.
Leave a Reply