diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-30 17:21:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-30 17:21:22 +0200 |
commit | 8a572a7cf41d220f6afbf4ea9a65710edf885e98 (patch) | |
tree | 18fd584bd315f8d78ee9ce4606e92e7d302a2645 /README | |
parent | Second commit (diff) | |
download | anysum-8a572a7cf41d220f6afbf4ea9a65710edf885e98.tar.gz anysum-8a572a7cf41d220f6afbf4ea9a65710edf885e98.tar.bz2 anysum-8a572a7cf41d220f6afbf4ea9a65710edf885e98.tar.xz |
m + add -W[no-]xlink and -W[no-]xdev
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -219,14 +219,31 @@ OPTIONS recursive If a file operand is a directory, the checksum - is computed for all files recursively. - This option is ignored if the -c option is - used. + is computed for all files recursively. This + option is ignored if the -c option is used. no-recursive The utility shall traverse directories. (This is the default behaviour). + xdev + Implies -Wrecursive but also allows the + recursion across mountpoints. + + no-xdev + Disable recursion across mountpoints. (This is + the default behaviour). Note that this does + not disable recursion by itself. + + xlink + Implies -Wrecursive but also allows the + recursion across symbolic links. + + no-xlink + Disable recursion across symbolic links. (This + is the default behaviour). Note that this does + not disable recursion by itself. + -w Warn about, but skip, lines that are not properly formatted. |