Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hey,

ich suche einen Befehl mit dem ich Dateien suchen kann, also find -name '*', aber gleichzeitig zum gefundenen Namen soll die größe der Datei angezeigt werden. Gibt es eine Möglichkeit sich beide es in folgender Form anzeigen zu lassen name (size) | name (size) .... <-- oder so ähnlich?

Danke im Vorraus

Gruß FirePoint

Wenn du im Root-Verzeichnis bist, kannst du das ganz einfach machen, indem du das folgende Kommando benutzt:

du -ak | grep [dateiname oder Teil davon]

alternativ vom / ausgehend ls -Ral | grep [Dateiname oder Teil davon]

Bearbeitet von Crash2001

Hallo Crash2001,

ich würde bei find bleiben wegen der Performance. 'du' mit grep mag auch gehen aber haut gleich doppelt auf die last (mal abgesehen von langsamen pipe).

Probier folgendes:

find . -printf '%f (%s) | '

oder mit Pfadnamen:

find . -printf "%h (%s) | "

siehe man find --> printf

Gruß

Marco

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.