ich möchte in meinen Dateien gern nach Dateien aus einem bestimmten Zeitraum suchen.
Gibt es dafür eine Möglichkeit ?
Gruß Tilmann
Code: Alles auswählen
tilmann@debian-nuc2:~$ cat /proc/version
Linux version 4.19.0-14-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.171-2 (2021-01-30)
tilmann@debian-nuc2:~$ uname -a
Linux debian-nuc2 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
tilmann@debian-nuc2:~$ cat /etc/debian_version
10.7
tilmann@debian-nuc2:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
tilmann@debian-nuc2:~$ inxi -Fz
System:
Host: debian-nuc2 Kernel: 4.19.0-14-amd64 x86_64 bits: 64
Desktop: MATE 1.20.4 Distro: Debian GNU/Linux 10 (buster)
Machine:
Type: Mini-pc System: Intel Client Systems product: NUC8i5BEH
v: J72747-307 serial: <filter>
Mobo: Intel model: NUC8BEB v: J72692-309 serial: <filter> UEFI: Intel
v: BECFL357.86A.0077.2019.1127.1452 date: 11/27/2019
CPU:
Topology: Quad Core model: Intel Core i5-8259U bits: 64 type: MT MCP
L2 cache: 6144 KiB
Speed: 1122 MHz min/max: 400/3800 MHz Core speeds (MHz): 1: 900 2: 900
3: 900 4: 900 5: 900 6: 900 7: 900 8: 900
Graphics:
Device-1: Intel Iris Plus Graphics 655 driver: i915 v: kernel
Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
resolution: 1680x1050~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics (Coffeelake 3x8 GT3)
v: 4.5 Mesa 18.3.6
Audio:
Device-1: Intel Cannon Point-LP High Definition Audio
driver: snd_hda_intel
Sound Server: ALSA v: k4.19.0-14-amd64
Network:
Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: N/A
Device-2: Intel Ethernet I219-V driver: e1000e
IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
Local Storage: total: 465.76 GiB used: 267.75 GiB (57.5%)
ID-1: /dev/sda vendor: Samsung model: SSD 860 EVO 500GB size: 465.76 GiB
Partition:
ID-1: / size: 441.08 GiB used: 267.64 GiB (60.7%) fs: ext4 dev: /dev/dm-1
ID-2: /boot size: 236.3 MiB used: 106.2 MiB (45.0%) fs: ext2
dev: /dev/sda2
ID-3: swap-1 size: 15.87 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/dm-2
Sensors:
System Temperatures: cpu: 31.0 C mobo: 27.8 C
Fan Speeds (RPM): N/A
Info:
Processes: 219 Uptime: 2h 49m Memory: 15.54 GiB used: 1.34 GiB (8.6%)
Shell: bash inxi: 3.0.32
tilmann@debian-nuc2:~$