added notation about find command
This commit is contained in:
parent
ca2249b69e
commit
f17a64a16f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue