SSH [email protected]
Bashrc
Modify the global/ETC/BASHRC first, and then consider the modifications. BASHRC
Alias Ll= ' Ls-alf '
Alias rm= ' Rm-i '
Alias cp= ' Cp-i '
Alias mv= ' Mv-i '
Alias list= ' svn st-q '
Alias svnmeld= "SVN diff--diff-cmd=meld"
(Some versions have some options not) export grep_options= "--exclude=*.svn-base--exclude=*.log--exclude=cscope.*--exclude=tags--exclude=* ~--exclude=*.tmp--EXCLUDE-DIR=*.SVN "
source. BASHRC
One: LS
-a--all:do not ignore entries starting with.
-A,--almost-all:do not list implied. and..
-l:use a long listing format.
-F,--classify:append indicator (one of */=>@|) to entries. When a subdirectory is listed, add/after the executable file, add *.
II: RM
-i:prompt before every removal. Prompt for confirmation before each deletion.
Three: CP
-I,--interactive:prompt before overwrite. Prompt for confirmation before copy overwrite.
Four: MV
-I.,--interactive:prompt before overwrite. Prompt for confirmation before moving the overlay.