The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 1,047     Votes:  1     ✅ Solution
Tags: command-line   gnome-terminal  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/1160058
Title: terminal - count how many types of (file) extensions exist with their associated files in current directory
ID: /2019/07/22/terminal-count-how-many-types-of-_file_-extensions-exist-with-their-associated-files-in-current-directory
Created: July 22, 2019    Edited:  July 22, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


The duplicate candidate (deep down) has a close answer. Here it is modified:

find . -maxdepth 1 -type f | sed 's/.*\.//' | sort | uniq -c
⇧ How (else) can I clear space on `/boot` so `do-release-upgrade` will work? Thinkpad trackpoint and trackpoint keys disabled after suspend  ⇩