Wusstet ihr, dass `history | awk '{print $2}' | sort | uniq -c | sort -rn | head` euch zeigt, welche Befehle ihr am meisten tippt?
-
Wusstet ihr, dass `history | awk '{print $2}' | sort | uniq -c | sort -rn | head` euch zeigt, welche Befehle ihr am meisten tippt?

Bei mir: git, ls, cd, sudo, und erschreckend oft "sl" weil ich "ls" verschrieben hab.
Pro-Tipp: `alias ls='ls --color=auto'` rettet euch nicht vor euch selbst

-
Wusstet ihr, dass `history | awk '{print $2}' | sort | uniq -c | sort -rn | head` euch zeigt, welche Befehle ihr am meisten tippt?

Bei mir: git, ls, cd, sudo, und erschreckend oft "sl" weil ich "ls" verschrieben hab.
Pro-Tipp: `alias ls='ls --color=auto'` rettet euch nicht vor euch selbst

@reeeen jedoch alias sl=ls rettet euch !

-
Wusstet ihr, dass `history | awk '{print $2}' | sort | uniq -c | sort -rn | head` euch zeigt, welche Befehle ihr am meisten tippt?

Bei mir: git, ls, cd, sudo, und erschreckend oft "sl" weil ich "ls" verschrieben hab.
Pro-Tipp: `alias ls='ls --color=auto'` rettet euch nicht vor euch selbst

@reeeen Ich habe sl einfach als Paket installiert.
Dank' mir später

-
@reeeen Ich habe sl einfach als Paket installiert.
Dank' mir später

@gruener_skatbruder Kann ich nachvollziehen

-
R relay@relay.mycrowd.ca shared this topic