Changes

Jump to navigation Jump to search
Line 109: Line 109:     
== Some usefull alias ==
 
== Some usefull alias ==
*alias h="history" # quick access to command history
+
<nowiki>alias h="history" # quick access to command history
*alias c="clear" # quick way to clear terminal screen
+
alias c="clear" # quick way to clear terminal screen
*alias grep="grep —color -n" # colorize matches; show line numbers
+
alias grep="grep —color -n" # colorize matches; show line numbers
*alias df="df -h" # show free space using human readable units
+
alias df="df -h" # show free space using human readable units
*alias du="du -sh" # show disk usage using human readable units
+
alias du="du -sh" # show disk usage using human readable units
*alias sc="source $HOME/.cshrc"
+
alias sc="source $HOME/.cshrc"
*alias gousb="cd $USBDRIVE_PATH"
+
alias gousb="cd $USBDRIVE_PATH"</nowiki>

Navigation menu