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