User Tools

Site Tools


wiki:testing.tree:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:testing.tree:start [2021/11/16 20:04]
aaldoshin
— (current)
Line 1: Line 1:
-====== First page of new BI-Wiki! ====== 
- 
-- by Alexander Aldoshin 
- 
-Useful commands>​ 
- 
-<​code>​ 
-mkdir -p myProject/​{src,​doc,​tools,​db} 
- 
-</​code>​ 
- 
-<​code>​ 
-mkdir -p myProject/​{src,​doc/​{api,​system},​tools,​db} 
- 
-</​code>​ 
- 
-ANSI escape codes> 
- 
-<​code>​ 
-Black   ​0;​30 ​    Dark Gray     1;30 
-Red          0;31     Light Red     1;31 
-Green        0;32     Light Green   1;32 
-Brown/​Orange 0;33     ​Yellow ​       1;33 
-Blue         ​0;​34 ​    Light Blue    1;34 
-Purple ​      ​0;​35 ​    Light Purple ​ 1;35 
-Cyan         ​0;​36 ​    Light Cyan    1;36 
-Light Gray   ​0;​37 ​    ​White ​        1;37 
- 
-</​code>​ <font inherit/​inherit;;​inherit;;​rgb(251,​ 250, 249)>to use for ''​echo''​ command></​font>​ 
- 
-<​code>​ 
-RED='​\033[0;​31m'​ 
-NC='​\033[0m'​ # No Color 
-printf "I ${RED}love${NC} Stack Overflow\n"​ 
- 
-</​code>​ 
- 
-To add string at the beginning of every line> 
- 
-<​code>​ 
-sed -i "s/^/+ .\//" to.rsync.txt 
- 
-</​code>​ 
- 
-vim cribsheet>​ 
- 
-[[https://​coderwall.com/​p/​adv71w/​basic-vim-commands-for-getting-started|https://​coderwall.com/​p/​adv71w/​basic-vim-commands-for-getting-started]] 
- 
  
wiki/testing.tree/start.1637089498.txt.gz · Last modified: 2021/11/16 20:04 by aaldoshin