Horje
get my most used command from history Code Example
get my most used command from history
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl |  head -n10




Shell

Related
stop from git asking for user name and personal access token in termibal Code Example stop from git asking for user name and personal access token in termibal Code Example
git close private repo Code Example git close private repo Code Example
copy file from remote node to local Code Example copy file from remote node to local Code Example
systemctl enable service Code Example systemctl enable service Code Example
unity install c# package Code Example unity install c# package Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11