From f17a64a16f9b8c1ed8a6f1506be2103a365ef752 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 18 Apr 2022 17:59:36 -0700 Subject: [PATCH] added notation about find command --- updates.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/updates.txt b/updates.txt index 34f8a8d2..c9097192 100644 --- a/updates.txt +++ b/updates.txt @@ -8,6 +8,9 @@ add notation about tr (translate command): replace every newline with a single space: tr '\n' ' ' +add notation about using find to list only files in current directory and NOT subdirectory: +find $dir -maxdepth 1 -type f + Install pacman-contrib for tool paccache and also wgetpaste (awesome tool found on gentoo wiki/irc channel) doas pacman -S pacman-contrib wgetpaste