added notation about find command

This commit is contained in:
tomit4 2022-04-18 17:59:36 -07:00
parent ca2249b69e
commit f17a64a16f

View file

@ -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