[Git][reproducible-builds/reproducible-website][master] Interview Jochen: simplify history command

Jochen Sprickerhof (@jspricke) gitlab at salsa.debian.org
Wed Aug 26 08:07:04 UTC 2026



Jochen Sprickerhof pushed to branch master at Reproducible Builds / reproducible-website


Commits:
53682fea by Jochen Sprickerhof at 2026-08-26T10:05:42+02:00
Interview Jochen: simplify history command

- - - - -


1 changed file:

- _posts/2026-08-25-supporter-spotlight-jochen-sprickerhof.md


Changes:

=====================================
_posts/2026-08-25-supporter-spotlight-jochen-sprickerhof.md
=====================================
@@ -129,17 +129,17 @@ snapshot.debian.org. There is some discussion on it already in
 According to my fish shell history:
 
 <pre>
-$ history | awk '{print $1}' | sort  | uniq --count | sort --numeric-sort --reverse | head -10
-  33937 git
-  19760 vi
-  11593 rm
-   8099 cd
-   7487 ls
-   6002 apt
-   5207 grep
-   3874 mv
-   3491 dpkg
-   2692 cp
+$ history | cut -d' ' -f1 | sort  | uniq -c | sort -nr | head -10
+  36199 git
+  20941 vi
+  12271 rm
+   8599 cd
+   7917 ls
+   6407 apt
+   5631 grep
+   4249 mv
+   3655 dpkg
+   2873 cp
 </pre>
 
 <br>



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/53682fea7c59259e9d7d7465bcf50d3653f18099

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/53682fea7c59259e9d7d7465bcf50d3653f18099
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260826/c18bda8f/attachment.htm>


More information about the rb-commits mailing list