move files using find

2017-07-13 Thread David Henderson
Good evening all! I am trying to move files from one location to another while preserving the path. If I search for a directory, it seems like I have found the correct syntax: find "/usr/local/share/man" -type d -execdir mv -- {} "/opt/test" \; However, if I try to move files, I can't seem to

[PATCH] cat: allow compiling out -n and -b

2017-07-13 Thread Kang-Che Sung
When these options were introduced in d88f94a5df3a2edb8ba56fab5c13674b452f87ab it provides no config options to compile them out. Now provide one. Introduce config FEATURE_CATN. Signed-off-by: Kang-Che Sung --- coreutils/cat.c | 57