Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:boot-scripts_source_20150429 [2015/05/05 19:09] – ['/etc/profile'] sm8ps | dcore:boot-scripts_source_20150429 [2015/05/06 02:53] (current) – Added link to GIT-repo sm8ps | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Boot-scripts (source, 20150429) ====== | ====== Boot-scripts (source, 20150429) ====== | ||
+ | The scripts in their present state are available at the [[http:// | ||
+ | |||
===== ' | ===== ' | ||
<code Bash> | <code Bash> | ||
Line 842: | Line 844: | ||
===== ' | ===== ' | ||
<code Bash> | <code Bash> | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | 10 alias ls='ls -p' | ||
+ | 11 alias ll='ls -l' | ||
+ | 12 alias la='ls -la' | ||
+ | 13 | ||
+ | 14 # Avoid errors... use -f to skip confirmation. | ||
+ | 15 alias cp='cp -i' | ||
+ | 16 alias mv='mv -i' | ||
+ | 17 alias rm='rm -i' | ||
</ | </ | ||
===== ' | ===== ' |