Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-08 00:22:33 +00:00
parent a5c67e91ea
commit 30f33b22c9
20 changed files with 79 additions and 24 deletions

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# ulimit
> Get and set resource limits for user processes.
> It is a shell builtin hence not shell-agnostic.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-ulimit>.
- Get the properties of all the user limits:
@@ -24,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git
`ulimit -u 30`
- Display help:
- Display help (Bash only):
`help ulimit`