Horje
bash most used history function Code Example
bash most used history function
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 git asking for user name and personal access token in termibal Code Example stop git asking for user name and personal access token in termibal Code Example
aws connect to eks cluster Code Example aws connect to eks cluster Code Example
Print hello world in shell script Code Example Print hello world in shell script Code Example
bash print files in directory with path Code Example bash print files in directory with path Code Example
git add alias Code Example git add alias Code Example

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