Skip to content
Snippets Groups Projects
Commit 0d5beff7 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added missing '>'.

parent d2c74c63
No related branches found
No related tags found
2 merge requests!839Automated merge from preview to main,!837Fix some Typos
......@@ -33,7 +33,7 @@ In this sense, you should minimize the usage of system calls querying or modifyi
and directory attributes, e.g. `stat()`, `statx()`, `open()`, `openat()` etc.
Please, also avoid commands basing on the above mentioned system calls such as `ls -l` and
`ls --color`. Instead, you should invoke `ls` or `ls -l <filename` to reduce metadata operations.
`ls --color`. Instead, you should invoke `ls` or `ls -l <filename>` to reduce metadata operations.
This also holds for commands walking the filesystems recursively performing massive metadata
operations such as `ls -R`, `find`, `locate`, `du` and `df`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment